Skip to content

Commit

Permalink
Fix cache keys
Browse files Browse the repository at this point in the history
  • Loading branch information
camsaul committed Jan 13, 2023
1 parent 24834ca commit 4e4e8bc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
~/.m2/repository
~/.gitlibs
~/.deps.clj
key: v1-deploy-${{ hashFiles("./deps.edn") }}
key: v1-deploy-${{ hashFiles('./deps.edn') }}
restore-keys: |
v1-deploy-
v1-
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
~/.m2/repository
~/.gitlibs
~/.deps.clj
key: v1-tests-postgres-${{ hashFiles("./deps.edn") }}
key: v1-tests-postgres-${{ hashFiles('./deps.edn') }}
restore-keys: |
v1-tests-postgres-
v1-tests-
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
~/.m2/repository
~/.gitlibs
~/.deps.clj
key: v1-tests-h2-${{ hashFiles("./deps.edn") }}
key: v1-tests-h2-${{ hashFiles('./deps.edn') }}
restore-keys: |
v1-tests-h2-
v1-tests-
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
~/.m2/repository
~/.gitlibs
~/.deps.clj
key: v1-tests-whitespace-linter-${{ hashFiles("./deps.edn") }}
key: v1-tests-whitespace-linter-${{ hashFiles('./deps.edn') }}
restore-keys: |
v1-tests-whitespace-linter-
v1-tests-
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
~/.m2/repository
~/.gitlibs
~/.deps.clj
key: v1-tests-check-${{ hashFiles("./deps.edn") }}
key: v1-tests-check-${{ hashFiles('./deps.edn') }}
restore-keys: |
v1-tests-check-
v1-tests-
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
~/.m2/repository
~/.gitlibs
~/.deps.clj
key: v1-tests-codecov-${{ hashFiles("./deps.edn") }}
key: v1-tests-codecov-${{ hashFiles('./deps.edn') }}
restore-keys: |
v1-tests-codecov-
v1-tests-
Expand Down
1 change: 1 addition & 0 deletions VERSION.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0

0 comments on commit 4e4e8bc

Please sign in to comment.