Fix publish-snapshot action path.

PiperOrigin-RevId: 426424508
This commit is contained in:
Guice Team
2022-02-04 09:44:01 -08:00
committed by Guice Team
parent 0b17cb8a03
commit 0b0d6975c7
3 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -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
+2 -2
View File
@@ -1,5 +1,5 @@
/build/
/bazel-*
bazel-*
target/
bin/
.project
@@ -11,4 +11,4 @@ bin/
.idea/
*.iml
*.ipr
extensions/**/build/
extensions/**/build/