Skip to content

Commit

Permalink
Fix working directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
Javex committed May 24, 2024
1 parent d10a0c5 commit 028a4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
file: test/Dockerfile

- name: Integration Test
working-directory: tests
working-directory: test
run: |
docker run --rm --name caddy-fail2ban --detach -v $PWD/test/Caddyfile:/etc/caddy/Caddyfile caddy-fail2ban
docker exec -it caddy-fail2ban /usr/local/bin/caddy-fail2ban-test.sh
Expand Down

0 comments on commit 028a4d6

Please sign in to comment.