mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🚧 💚 Fixing tests
This commit is contained in:
@@ -16,6 +16,8 @@ branches:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- ./manage.sh help
|
- ./manage.sh help
|
||||||
|
- nvm install $NODE_VERSION
|
||||||
|
- node --version
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- env | sort
|
- env | sort
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -ex
|
set -e
|
||||||
|
|
||||||
REV=`git rev-parse --short HEAD`
|
REV=`git rev-parse --short HEAD`
|
||||||
IMGNAME="uxbox"
|
IMGNAME="uxbox"
|
||||||
@@ -41,8 +41,6 @@ function test {
|
|||||||
echo "Testing frontend..."
|
echo "Testing frontend..."
|
||||||
cd ./frontend
|
cd ./frontend
|
||||||
./scripts/build-tests
|
./scripts/build-tests
|
||||||
nvm install $NODE_VERSION
|
|
||||||
node --version
|
|
||||||
node ./out/tests.js
|
node ./out/tests.js
|
||||||
cd ..
|
cd ..
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user