mirror of https://github.com/statping/statping
sass in
parent
7ffe5434e9
commit
f172ff44e4
|
@ -25,7 +25,7 @@ jobs:
|
||||||
node-version: '10.x'
|
node-version: '10.x'
|
||||||
|
|
||||||
- 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 cross-env
|
||||||
|
|
||||||
- name: Checkout Statping Repo
|
- name: Checkout Statping Repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
@ -85,6 +85,14 @@ jobs:
|
||||||
run: echo "::add-path::$(go env GOPATH)/bin"
|
run: echo "::add-path::$(go env GOPATH)/bin"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
- name: Install Node
|
||||||
|
uses: actions/setup-node@v1
|
||||||
|
with:
|
||||||
|
node-version: '10.x'
|
||||||
|
|
||||||
|
- name: Install Global Dependencies
|
||||||
|
run: npm install -g yarn sass newman cross-env wait-on @sentry/cli
|
||||||
|
|
||||||
- uses: actions/cache@v1
|
- uses: actions/cache@v1
|
||||||
id: golangcache
|
id: golangcache
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue