Skip to content

Commit

Permalink
Remove un-needed pebble flags
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpherrinm committed May 1, 2024
1 parent 4f618d0 commit 8d2da1b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 8d2da1b

Please sign in to comment.