Fix pathing and name steps

This commit is contained in:
Micah Jerome Ellison 2021-12-11 14:54:58 -08:00
parent 13af661eae
commit 084c3359ff
2 changed files with 4 additions and 2 deletions

View file

@ -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 }}

View file

@ -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 }}