Skip to content

Commit d613bce

Browse files
cgdeckerFlogger Team
authored andcommitted
Test running release/install-local-snapshot.sh in GitHub CI.
This would have caught the issue that was fixed in eedbb51. RELNOTES=n/a PiperOrigin-RevId: 759687213
1 parent eedbb51 commit d613bce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ jobs:
3838
- name: 'Test'
3939
shell: bash
4040
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

Comments
 (0)