Merge branch 'firefox_snap' into 'main'
allow testing with Firefox snap See merge request veilid/veilid!210
This commit is contained in:
commit
0464b92f3d
@ -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…
Reference in New Issue
Block a user