removing chrome from test command
Some checks failed
test and deploy / build (push) Failing after 9m57s
test and deploy / package (push) Has been skipped

This commit is contained in:
Andy Pack 2024-07-22 19:38:40 +01:00
parent 43f79df75d
commit 14d4c72e67
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -24,7 +24,7 @@ jobs:
run: wasm-pack build run: wasm-pack build
- name: Test WASM in-browser - name: Test WASM in-browser
run: wasm-pack test --firefox --chrome --headless run: wasm-pack test --firefox --headless
- name: Install Node - name: Install Node
uses: actions/setup-node@v2 uses: actions/setup-node@v2