Skip to content

Commit

Permalink
Fix test pipeline by building transport library before running transp…
Browse files Browse the repository at this point in the history
…ort tests (#817)

* ci: build runtime in pipeline

* ci: use correct working directory for building runtime
  • Loading branch information
tnotheis authored Aug 29, 2024
1 parent 707babf commit f9cd0ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,11 @@ jobs:

- name: Install runtime dependencies
working-directory: ./runtime
run: npm install
run: npm ci

- name: Build
run: npm run build:node
working-directory: ./runtime

- name: Run transport Tests
working-directory: ./runtime/packages/transport
Expand Down

0 comments on commit f9cd0ad

Please sign in to comment.