Skip to content

Commit 0ca6910

Browse files
committed
ci: run license check last
1 parent 8067f29 commit 0ca6910

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ jobs:
3838

3939
- run: cd parser && cargo test
4040

41+
- run: yarn build:ci
42+
43+
- run: yarn lint --no-fix
44+
45+
- run: yarn test
46+
4147
- uses: taiki-e/install-action@v2
4248
with:
4349
4450

4551
- run: |
4652
yarn generate:licenses:ci
4753
git diff --exit-code
48-
49-
- run: yarn build:ci
50-
51-
- run: yarn lint --no-fix
52-
53-
- run: yarn test

0 commit comments

Comments
 (0)