We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
release/install-local-snapshot.sh
1 parent eedbb51 commit d613bceCopy full SHA for d613bce
.github/workflows/ci.yml
@@ -38,3 +38,7 @@ jobs:
38
- name: 'Test'
39
shell: bash
40
run: bazelisk test --lockfile_mode=error --test_output=errors //...
41
+ - name: 'Test Deploy Script'
42
+ if: matrix.java == 22
43
+ shell: bash
44
+ run: release/install-local-snapshot.sh
0 commit comments