Skip to content

Commit d447dde

Browse files
committed
Update ci.yml
1 parent d0754d8 commit d447dde

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
cache: 'npm'
1919
- name: Install
2020
run: npm ci
21+
- name: Build (generate testing artifacts)
22+
run: npm run build -- --ci
2123
- name: Run Jest (core)
2224
run: npm run test.jest
2325

@@ -35,5 +37,7 @@ jobs:
3537
cache: 'npm'
3638
- name: Install
3739
run: npm ci
40+
- name: Build bundler artifacts
41+
run: npm run --prefix test/bundler build
3842
- name: Run Bundler tests
3943
run: npm run test.bundler

0 commit comments

Comments
 (0)