Skip to content

Commit

Permalink
Fix job names
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hadka authored and GitHub committed Apr 8, 2020
1 parent b6b8aa7 commit f15bc7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: npm run test

# End to end save and restore
test-save:
test-save-relative:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
Expand All @@ -63,8 +63,8 @@ jobs:
with:
key: test-${{ runner.os }}-${{ github.run_id }}
path: test-cache
test-restore:
needs: test-save
test-restore-relative:
needs: test-save-relative
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
Expand Down

0 comments on commit f15bc7a

Please sign in to comment.