mirror of https://github.com/statping/statping
github action building
parent
8f05bb5acd
commit
a70b3e616e
|
@ -80,6 +80,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: '10.x'
|
node-version: '10.x'
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 1
|
||||||
|
path: ./go/src/github.com/${{ github.repository }}
|
||||||
|
|
||||||
- name: Install Global Dependencies
|
- name: Install Global Dependencies
|
||||||
run: npm install -g yarn sass newman cross-env wait-on @sentry/cli
|
run: npm install -g yarn sass newman cross-env wait-on @sentry/cli
|
||||||
|
|
Loading…
Reference in New Issue