updated yml file
This commit is contained in:
parent
5ce9038b71
commit
540bb9486c
@ -9,7 +9,7 @@ build:
|
||||
script:
|
||||
- echo "Start building App"
|
||||
- yarn
|
||||
- yarn run build
|
||||
- CI= yarn run build
|
||||
- echo "Build successfully!"
|
||||
artifacts:
|
||||
expire_in: 1 hour
|
||||
@ -22,7 +22,7 @@ test:
|
||||
image: node
|
||||
script:
|
||||
- echo "Testing App"
|
||||
- CI=false yarn test --passWithNoTests
|
||||
- CI= yarn test --passWithNoTests
|
||||
- echo "Test successfully!"
|
||||
|
||||
deploy_production:
|
||||
|
Loading…
Reference in New Issue
Block a user