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
|
# Install test deps and run test suite
|
||||||
cd tests
|
cd tests
|
||||||
npm install
|
npm install
|
||||||
|
original_tmpdir=$TMPDIR
|
||||||
|
mkdir --parents ~/tmp
|
||||||
|
export TMPDIR=~/tmp
|
||||||
npm run test:headless
|
npm run test:headless
|
||||||
|
export TMPDIR=$original_tmpdir
|
||||||
|
|
||||||
popd &> /dev/null
|
popd &> /dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user