mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-01-03 18:35:00 +01:00
CI test
This commit is contained in:
parent
946c02f8af
commit
1dca5be43a
@ -7,8 +7,11 @@ cache:
|
|||||||
testing:
|
testing:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
- npm i -g gatsby-cli
|
||||||
|
- export PATH="$PATH:/usr/local/bin/gatsby"
|
||||||
- npm i
|
- npm i
|
||||||
- npm test
|
- npm test
|
||||||
|
- npm run build
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
Loading…
Reference in New Issue
Block a user