Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix more lint
  • Loading branch information
ShaharNaveh committed Mar 19, 2026
commit 06661df248ab4f0be895009c4de52814d8470955
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ jobs:
cache-dependency-path: "wasm/demo/package-lock.json"
- name: run test
run: |
export PATH=$PATH:`pwd`/../../geckodriver
export PATH="$PATH:$(pwd)/../../geckodriver"
npm install
npm run test
env:
Expand Down