diff --git a/.github/workflows/testing_prs.yaml b/.github/workflows/testing_prs.yaml index 56d74e4c..11649c8a 100644 --- a/.github/workflows/testing_prs.yaml +++ b/.github/workflows/testing_prs.yaml @@ -36,6 +36,6 @@ jobs: os: [ ubuntu-latest, macos-latest, windows-latest ] steps: - uses: actions/checkout@v2 - - uses: ./.github/actions/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 8d7d513b..7b5f7f4a 100644 --- a/.github/workflows/testing_schedule.yaml +++ b/.github/workflows/testing_schedule.yaml @@ -18,6 +18,6 @@ jobs: os: [ ubuntu-latest, macos-latest, windows-latest ] steps: - uses: actions/checkout@v2 - - uses: ./.github/actions/run_tests + - uses: .github/actions/run_tests with: cache-string: ${{ secrets.CACHE_STRING }}