Skip to content

Commit

Permalink
fix as build
Browse files Browse the repository at this point in the history
Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
  • Loading branch information
evacchi authored and loganek committed Aug 22, 2023
1 parent 385cb01 commit 697538b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/compile-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
with:
node-version: 16

- name: Install dependencies
working-directory: tests/assemblyscript
run: |
npm install
- name: Check prettier codestyle
working-directory: tests/assemblyscript
run: |
Expand All @@ -32,7 +37,6 @@ jobs:
- name: Build tests
working-directory: tests/assemblyscript
run: |
npm install

This comment has been minimized.

Copy link
@Ashrafmohdiit

Ashrafmohdiit Sep 17, 2023

npm install requried aa

npm run build
- name: Upload precompiled tests
Expand Down

0 comments on commit 697538b

Please sign in to comment.