Skip to content

Commit 8408eb4

Browse files
committed
Add compilation step
1 parent 0c68063 commit 8408eb4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
uses: bahmutov/npm-install@v1
4242
with:
4343
install-command: yarn --frozen-lockfile --ignore-engines
44+
- name: Compile project
45+
run: npx gulp compile
4446
- name: Run unit tests
4547
run: npx jest
4648
windows:
@@ -57,5 +59,7 @@ jobs:
5759
node-version: 16
5860
- name: Install dependencies
5961
run: yarn install --frozen-lockfile
62+
- name: Compile project
63+
run: npx gulp compile
6064
- name: Run unit tests
6165
run: npx jest

0 commit comments

Comments
 (0)