pull/508/head
hunterlong 2020-04-17 01:50:50 -07:00
parent 7ffe5434e9
commit f172ff44e4
1 changed files with 9 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
node-version: '10.x'
- 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
uses: actions/checkout@v2
@ -85,6 +85,14 @@ jobs:
run: echo "::add-path::$(go env GOPATH)/bin"
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
id: golangcache
with: