Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
jsonrpsee
Commits
1bc99d83
Unverified
Commit
1bc99d83
authored
Nov 21, 2022
by
Niklas Adolfsson
Browse files
debug wasm CI
parent
82113dc2
Pipeline
#227929
failed with stages
in 2 minutes and 14 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.github/workflows/ci.yml
View file @
1bc99d83
...
...
@@ -167,9 +167,12 @@ jobs:
steps
:
-
uses
:
actions/checkout@v3.1.0
-
name
:
Install
-
name
:
Install
wasm-pack
run
:
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
-
name
:
Install firefox
run
:
apt update && apt install firefox
-
name
:
Download Substrate
run
:
|
curl $SUBSTRATE_URL --output substrate --location
...
...
@@ -179,7 +182,8 @@ jobs:
-
name
:
Run WASM tests
run
:
|
substrate --dev --tmp > /dev/null 2>&1 &
wasm-pack test --headless --firefox
firefox --version
# wasm-pack test --headless --firefox
wasm-pack test --headless --chrome
pkill substrate
working-directory
:
wasm-tests
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment