Skip to content

Commit

Permalink
adding bash to run script
Browse files Browse the repository at this point in the history
  • Loading branch information
AronBuzogany committed Feb 23, 2024
1 parent 7913d7a commit 1dbabf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Running tests
working-directory: ./backend
run: sudo ./run_tests.sh
run: sudo bash ./run_tests.sh

- name: Run linting
working-directory: ./backend
Expand Down

0 comments on commit 1dbabf2

Please sign in to comment.