We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a1fdc commit 6b1c997Copy full SHA for 6b1c997
.github/workflows/release-plz.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
release-plz:
11
name: Release-plz
12
- runs-on: warp-ubuntu-latest-x64-8x
+ runs-on: ubuntu-latest
13
concurrency:
14
group: release-plz-${{ github.ref }}
15
cancel-in-progress: false
.github/workflows/test.yml
@@ -45,8 +45,6 @@ jobs:
45
workspaces: |
46
.
47
- run: cargo build --target wasm32-unknown-unknown --tests --features unsafe-debug-query
48
- - run: wasm-pack test --headless --safari --features unsafe-debug-query
49
- working-directory: ./
50
- run: wasm-pack test --headless --chrome --features unsafe-debug-query
51
working-directory: ./
52
- run: wasm-pack test --headless --firefox --features unsafe-debug-query
0 commit comments