Skip to content

Commit

Permalink
fixed: no longer running test script with privileges
Browse files Browse the repository at this point in the history
  • Loading branch information
AronBuzogany committed Feb 23, 2024
1 parent 5c18e3d commit 43a9f37
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 bash ./run_tests.sh
run: bash ./run_tests.sh

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

0 comments on commit 43a9f37

Please sign in to comment.