Skip to content

Commit 697538b

Browse files
evacchiloganek
authored andcommitted
fix as build
Signed-off-by: Edoardo Vacchi <[email protected]>
1 parent 385cb01 commit 697538b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/compile-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
with:
2525
node-version: 16
2626

27+
- name: Install dependencies
28+
working-directory: tests/assemblyscript
29+
run: |
30+
npm install
31+
2732
- name: Check prettier codestyle
2833
working-directory: tests/assemblyscript
2934
run: |
@@ -32,7 +37,6 @@ jobs:
3237
- name: Build tests
3338
working-directory: tests/assemblyscript
3439
run: |
35-
npm install
3640
npm run build
3741
3842
- name: Upload precompiled tests

0 commit comments

Comments
 (0)