Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,17 @@ jobs:
# Set the path to the build runtimes
eval "export ${NAME}_WASM=$(pwd)/${RUNTIME_BLOB_NAME}"
done

- name: Use latest Node.js
uses: actions/setup-node@v4
with:
node-version: 'node'

- name: Install yarn
run: npm install -g yarn

- name: Installing dependencies of ecosystem tests
working-directory: ./ecosystem-tests
working-directory: ecosystem-tests
run: yarn install

- name: Running ecosystem tests
Expand Down
Loading