Skip to content

Commit

Permalink
chore: run test action as sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
francisvaut committed Apr 5, 2024
1 parent 00f7098 commit b90a79b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: backend-tests
name: tests

on:
push:
Expand All @@ -13,4 +13,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run tests
run: ./test.sh
run: echo {{ secrets.SUDO }} | sudo -S ./test.sh

0 comments on commit b90a79b

Please sign in to comment.