Skip to content

Commit

Permalink
fix: subtle yaml syntax err
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Feb 14, 2024
1 parent 88b8b6c commit ab53bf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/job.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
id: cache-restore
uses: actions/cache/restore@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
with:
key: elide-framework-v1-tests-${{ hashFiles('gradle/elide.versions.toml') }}
key: elide-framework-v1-tests-${{ hashFiles('gradle/elide.versions.toml') }}
path: "**/*.*"
restore-keys: |
elide-framework-v1-tests-
Expand Down Expand Up @@ -340,10 +340,10 @@ jobs:
id: cache-restore
uses: actions/cache/restore@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
with:
key: elide-framework-v1-tests-${{ hashFiles('gradle/elide.versions.toml') }}
path: "**/*.*"
key: elide-framework-v1-tests-${{ hashFiles('gradle/elide.versions.toml') }}
restore-keys: |
elide-framework-v1-tests-${{ hashFiles('gradle/elide.versions.toml') }}
elide-framework-v1-tests-${{ hashFiles('gradle/elide.versions.toml') }}
elide-framework-v1-tests-
elide-framework-v1-
elide-framework-
Expand Down

0 comments on commit ab53bf9

Please sign in to comment.