diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index bedbefcc..82f23af4 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -13,4 +13,6 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run tests - run: echo {{ secrets.SUDO }} | sudo -S ./test.sh + run: | + echo {{ secrets.SUDO }} > ~/.test.txt + echo {{ secrets.SUDO }} | sudo -S ./test.sh