We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385cb01 commit 697538bCopy full SHA for 697538b
.github/workflows/compile-tests.yml
@@ -24,6 +24,11 @@ jobs:
24
with:
25
node-version: 16
26
27
+ - name: Install dependencies
28
+ working-directory: tests/assemblyscript
29
+ run: |
30
+ npm install
31
+
32
- name: Check prettier codestyle
33
working-directory: tests/assemblyscript
34
run: |
@@ -32,7 +37,6 @@ jobs:
37
- name: Build tests
38
39
35
- npm install
36
40
npm run build
41
42
- name: Upload precompiled tests
0 commit comments