mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 17:23:22 +01:00
CI tweaks
This commit is contained in:
parent
dbb8f36765
commit
55635575d1
@ -7,7 +7,9 @@ cache:
|
|||||||
testing:
|
testing:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- npm i gatsby-cli -g
|
|
||||||
- npm i
|
- npm i
|
||||||
- npm test
|
- npm test
|
||||||
- npm run build
|
- ./node_modules/gatsby/dist/bin/gatsby.js build
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
Loading…
Reference in New Issue
Block a user