Skip to content

Commit 3c3eba8

Browse files
committed
debug: CI inspect git diff after install
1 parent 250695e commit 3c3eba8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/1_2_b_bump_extension_only.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
- name: Install Dependencies
3333
run: npm install && npm run bootstrap
3434
shell: bash
35-
- name: checkout main if necessary
35+
- name: DEBUG - git diff after install
36+
run: git diff
37+
- name: Checkout main if necessary
3638
if: endsWith(github.ref, '/main') == false
3739
run: git fetch && git checkout main
3840
- name: Setup Git

0 commit comments

Comments
 (0)