Skip to content

Commit

Permalink
Fix publish-snapshot action path.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 426424508
  • Loading branch information
java-team-github-bot authored and Guice Team committed Feb 4, 2022
1 parent 0b17cb8 commit 0b0d697
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/actions/bazel-test/action.yml
Expand Up @@ -12,10 +12,10 @@ runs:
- name: 'Cache bazel external dependencies'
uses: actions/cache@v2
with:
path: ~/.cache/bazel
key: ${{ runner.os }}-java-${{matrix.java}}-bazel-test-${{ hashFiles('**/WORKSPACE') }}
path: ~/.cache/bazel/*/*/external
key: ${{ runner.os }}-bazel-test-${{ hashFiles('**/WORKSPACE') }}
restore-keys: |
${{ runner.os }}-java-${{matrix.java}}-bazel-test-
${{ runner.os }}-bazel-test-
- name: Bazel test
run: bazel test //... --test_output=errors
shell: bash
shell: bash
File renamed without changes.
4 changes: 2 additions & 2 deletions .gitignore
@@ -1,5 +1,5 @@
/build/
/bazel-*
bazel-*
target/
bin/
.project
Expand All @@ -11,4 +11,4 @@ bin/
.idea/
*.iml
*.ipr
extensions/**/build/
extensions/**/build/

0 comments on commit 0b0d697

Please sign in to comment.