Skip to content

Commit

Permalink
Call integration script with correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
infogulch committed Oct 16, 2023
1 parent 38c2b62 commit 6b0d426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: go test -v ./...

- name: Hurl Tests
run: ./test/run.sh
run: ./integration/run.sh

- run: go build -o xtemplate ./bin
- run: go build -o caddy ./caddy
Expand Down

0 comments on commit 6b0d426

Please sign in to comment.