From 8d2da1bdd7cb677913b5f6bcaa0bbd116652d4a5 Mon Sep 17 00:00:00 2001 From: Matthew McPherrin Date: Wed, 1 May 2024 13:10:15 -0400 Subject: [PATCH] Remove un-needed pebble flags --- .github/workflows/tests.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9be4de1e..9a5f64bc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -73,11 +73,8 @@ jobs: run: go install -v ./cmd/... - name: launch pebble run: | - GORACE="halt_on_error=1" PEBBLE_WFE_NONCEREJECT=0 PEBBLE_VA_ALWAYS_VALID=1 \ - pebble \ - -dnsserver localhost:8053 \ - -config test/config/pebble-config-external-account-bindings.json \ - & + GORACE="halt_on_error=1" PEBBLE_VA_ALWAYS_VALID=1 \ + pebble -config test/config/pebble-config-external-account-bindings.json & - run: | LEGO_CA_CERTIFICATES=./test/certs/pebble.minica.pem \ lego --accept-tos \