Skip to content

Commit

Permalink
Attempts to fix wasm.yml CI
Browse files Browse the repository at this point in the history
  • Loading branch information
raugfer committed Sep 9, 2024
1 parent 3e606da commit bdbafa4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,15 @@ jobs:
uses: actions/download-artifact@v4
with:
name: npm-package
path: tools/npm/garaga_rs
- name: Build integration test packages
working-directory: tools/npm/integration-test-suite
run: |
ls -lsa ../garaga_rs
ls -lsa ../garaga_rs/*
ls -lsa .
ls -lsa ../
ls -lsa ../..
ls -lsa ../../..
npm ci
npm run build
npm run test
Expand Down

0 comments on commit bdbafa4

Please sign in to comment.