Skip to content

Commit

Permalink
Do not test on WASM Browser
Browse files Browse the repository at this point in the history
  • Loading branch information
serras committed Jan 10, 2025
1 parent 4bff4f1 commit 5c485a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ jobs:
cache-read-only: ${{ github.ref != 'refs/heads/main' }}

- name: Compile WebAssembly
run: ./gradlew wasmJsApiBuild wasmJsJar wasmJsBrowserTest wasmJsNodeTest -Penable_wasm=true --scan
run: ./gradlew wasmJsApiBuild wasmJsJar wasmJsNodeTest -Penable_wasm=true --scan

- name: Upload reports
if: failure()
Expand Down

0 comments on commit 5c485a4

Please sign in to comment.