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