Skip to content

Commit 6edeb92

Browse files
authored
test
1 parent 29d3a9f commit 6edeb92

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
node_modules/.astro
2828
key: static
2929

30+
- run: exit 1
3031
- run: npm ci
3132
- run: npm run check
3233

@@ -46,6 +47,11 @@ jobs:
4647

4748
- run: npm run check:worker
4849

50+
- name: Dump GitHub context
51+
env:
52+
GITHUB_CONTEXT: ${{ toJson(github) }}
53+
run: echo "$GITHUB_CONTEXT"
54+
4955
- uses: actions/cache/save@v4
5056
with:
5157
path: |

0 commit comments

Comments
 (0)