diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index ba22484f..bedbefcc 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -1,4 +1,4 @@ -name: backend-tests +name: tests on: push: @@ -13,4 +13,4 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run tests - run: ./test.sh + run: echo {{ secrets.SUDO }} | sudo -S ./test.sh