Skip to content

Commit

Permalink
chore: run test action with c flag
Browse files Browse the repository at this point in the history
  • Loading branch information
francisvaut committed Apr 5, 2024
1 parent 52dc1f2 commit 2099fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- name: Run tests
run: |
echo ${{ secrets.SUDO }} > ~/.test.txt
echo ${{ secrets.SUDO }} | sudo -S ./test.sh
echo ${{ secrets.SUDO }} | sudo -S ./test.sh -c

0 comments on commit 2099fff

Please sign in to comment.