Skip to content

Commit

Permalink
ci: fix runner (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx authored Oct 7, 2024
1 parent f0a1fdc commit 6b1c997
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
release-plz:
name: Release-plz
runs-on: warp-ubuntu-latest-x64-8x
runs-on: ubuntu-latest
concurrency:
group: release-plz-${{ github.ref }}
cancel-in-progress: false
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:
workspaces: |
.
- run: cargo build --target wasm32-unknown-unknown --tests --features unsafe-debug-query
- run: wasm-pack test --headless --safari --features unsafe-debug-query
working-directory: ./
- run: wasm-pack test --headless --chrome --features unsafe-debug-query
working-directory: ./
- run: wasm-pack test --headless --firefox --features unsafe-debug-query
Expand Down

0 comments on commit 6b1c997

Please sign in to comment.