From 084c3359ff08ed3fda4c2df3d42071b1a181836b Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 11 Dec 2021 14:54:58 -0800 Subject: [PATCH] Fix pathing and name steps --- .github/workflows/testing_prs.yaml | 3 ++- .github/workflows/testing_schedule.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 }}