Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Apr 7, 2024
1 parent 97c3124 commit f1ab488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
uses: oven-sh/setup-bun@v1
- name: Set up Go
uses: actions/setup-go@v3
- name: Install pebble
run: go install github.com/letsencrypt/pebble/cmd/pebble@latest
- name: Install dnsserver
run: go install github.com/dlorch/dnsserver@latest
- name: Install pebble
run: go install github.com/letsencrypt/pebble/cmd/pebble
- name: Install deps
run: npm install
- name: Test
Expand Down

0 comments on commit f1ab488

Please sign in to comment.