Skip to content

Commit 95128e9

Browse files
committed
debug
1 parent ddaa16e commit 95128e9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/robin-test.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: CI
2+
3+
on: [push]
4+
5+
jobs:
6+
robin-test:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- uses: ./.github/workflows/actions/prepare
11+
12+
- name: Show pre.json before
13+
run: cat .changeset/pre.json
14+
15+
- name: Test exit pre mode
16+
run: yarn changeset:exit-pre-mode
17+
18+
- name: Show pre.json after
19+
run: cat .changeset/pre.json

0 commit comments

Comments
 (0)