Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 29fa5fb

Browse files
author
Achim Schneider
committed
ci:wasm
1 parent f9caded commit 29fa5fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wasm_ts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
version: 'latest'
2222

2323
- name: Run wasm-pack tests
24-
run: wasm-pack test --node --firefox --chrome --safari --headless crates/rust_analyzer_wasm
24+
run: wasm-pack test --node --firefox --chrome --safari --headless $(shell pwd)/crates/rust_analyzer_wasm
2525
env:
2626
WASM_BINDGEN_TEST_TIMEOUT: 120

0 commit comments

Comments
 (0)