diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 72f1714..cf90d0a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,6 +15,7 @@ jobs: uses: actions/checkout@v2 - name: Run tests run: | + sudo apt-get update && sudo apt-get install -y make make tests #sudo mv coverage/coverage.txt coverage.txt #sudo chmod 777 coverage.txt @@ -22,4 +23,4 @@ jobs: # - name: Upload coverage to Codecov # uses: codecov/codecov-action@v4 # with: - # token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file + # token: ${{ secrets.CODECOV_TOKEN }}