Update CI
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
71f1701ce8
commit
c43aeb8a3e
|
@ -41,7 +41,7 @@ lint:
|
||||||
- yarn install
|
- yarn install
|
||||||
#- yarn run lint || export EXITVALUE=1
|
#- yarn run lint || export EXITVALUE=1
|
||||||
- yarn run prettier -c . || export EXITVALUE=1
|
- yarn run prettier -c . || export EXITVALUE=1
|
||||||
- yarn run build
|
- yarn run build:assets
|
||||||
- cd ../
|
- cd ../
|
||||||
- exit $EXITVALUE
|
- exit $EXITVALUE
|
||||||
artifacts:
|
artifacts:
|
||||||
|
@ -69,7 +69,7 @@ exunit:
|
||||||
before_script:
|
before_script:
|
||||||
- cd js
|
- cd js
|
||||||
- yarn install
|
- yarn install
|
||||||
- yarn run build
|
- yarn run build:assets
|
||||||
- cd ../
|
- cd ../
|
||||||
- mix deps.get
|
- mix deps.get
|
||||||
- MIX_ENV=test mix ecto.create
|
- MIX_ENV=test mix ecto.create
|
||||||
|
|
Loading…
Reference in a new issue