Skip to content

Commit

Permalink
change the cache key
Browse files Browse the repository at this point in the history
add some debug/tests
  • Loading branch information
evanchooly committed Feb 23, 2024
1 parent 3c05d15 commit 6c876af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/test-upgrade.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

ls
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
**/target
~/.m2/repository
key: cache-${{ github.run_number }}
restore-keys: cache-${{ github.run_number }}
restore-keys: target-cache-${{ github.run_number }}
fail-on-cache-miss: true
- name: Setup Java
uses: actions/setup-java@v3
Expand All @@ -158,6 +158,7 @@ jobs:
- name: Perform Upgrade and Test
run: |
pwd
ls ~/morphia/.github
mvn install -DskipTests
for i in *
do
Expand Down

0 comments on commit 6c876af

Please sign in to comment.