mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-09-18 12:04:38 -04:00
Merge branch 'firefox_snap' into 'main'
allow testing with Firefox snap See merge request veilid/veilid!210
This commit is contained in:
commit
0464b92f3d
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ wasm-pack build $WASM_PACK_FLAGS --target bundler --weak-refs
|
|||
# Install test deps and run test suite
|
||||
cd tests
|
||||
npm install
|
||||
original_tmpdir=$TMPDIR
|
||||
mkdir --parents ~/tmp
|
||||
export TMPDIR=~/tmp
|
||||
npm run test:headless
|
||||
export TMPDIR=$original_tmpdir
|
||||
|
||||
popd &> /dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue