diff --git a/.github/workflows/testing_prs.yaml b/.github/workflows/testing_prs.yaml index 11649c8a..4532f528 100644 --- a/.github/workflows/testing_prs.yaml +++ b/.github/workflows/testing_prs.yaml @@ -36,6 +36,7 @@ jobs: os: [ ubuntu-latest, macos-latest, windows-latest ] steps: - uses: actions/checkout@v2 - - uses: .github/actions/run_tests + - name: Run tests + uses: ./.github/actions/run_tests with: cache-string: ${{ secrets.CACHE_STRING }} diff --git a/.github/workflows/testing_schedule.yaml b/.github/workflows/testing_schedule.yaml index 7b5f7f4a..75b733f4 100644 --- a/.github/workflows/testing_schedule.yaml +++ b/.github/workflows/testing_schedule.yaml @@ -18,6 +18,7 @@ jobs: os: [ ubuntu-latest, macos-latest, windows-latest ] steps: - uses: actions/checkout@v2 - - uses: .github/actions/run_tests + - name: Run tests + uses: ./.github/actions/run_tests with: cache-string: ${{ secrets.CACHE_STRING }}