Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 05cbc0b

Browse files
authored
Make sure we compile before running tests
1 parent c514714 commit 05cbc0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
with:
4646
node-version: 14.x
4747
- run: npm install
48+
- name: Compiling
49+
run: npm run compile
4850
- run: npm run unit
4951
e2e:
5052
name: E2E Tests
@@ -59,4 +61,6 @@ jobs:
5961
- run: npm install
6062
- run: npm install
6163
working-directory: ./e2e
64+
- name: Compiling
65+
run: npm run compile
6266
- run: npm run e2e

0 commit comments

Comments
 (0)