Skip to content

Commit 8d3355d

Browse files
committed
debug
1 parent aa6e34c commit 8d3355d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ jobs:
127127
steps:
128128
- name: Checkout
129129
uses: actions/checkout@v4
130+
- run: cat package.json
130131
- name: Restore modules cache
131132
uses: actions/cache/restore@v4
132133
with:
@@ -162,6 +163,8 @@ jobs:
162163
npm run unit
163164
# Skipping integration until we can get native arm64 runners
164165
# npm run integration
166+
- run: cat package.json
167+
if: '!cancelled()'
165168
- name: Update modules cache
166169
uses: actions/cache/save@v4
167170
# We always want to run this step even if the "test" step failed.

0 commit comments

Comments
 (0)