Skip to content

Commit

Permalink
Fix shell path
Browse files Browse the repository at this point in the history
  • Loading branch information
rodo committed Dec 12, 2024
1 parent 9281e92 commit 48fd1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:

- name: shell tests
working-directory: test/shell
run: test/shell/run.sh
run: ./run.sh
env:
PGPASSWORD: postgres

0 comments on commit 48fd1fc

Please sign in to comment.