Skip to content

Commit

Permalink
ci: run build only on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Jan 24, 2025
1 parent 26a70d9 commit 1358ce4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
with:
name: wasm-artifacts
path: |
components/clarinet-sdk-wasm/pkg-node
components/clarinet-sdk-wasm/pkg-browser
components/clarinet-sdk-wasm/pkg-node
components/clarinet-sdk-wasm/pkg-browser
test:
name: Run tests on multiple platforms
Expand All @@ -93,8 +93,8 @@ jobs:
with:
name: wasm-artifacts
path: |
components/clarinet-sdk-wasm/pkg-node
components/clarinet-sdk-wasm/pkg-browser
components/clarinet-sdk-wasm/pkg-node
components/clarinet-sdk-wasm/pkg-browser
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 1358ce4

Please sign in to comment.