Fix locations
This commit is contained in:
parent
165924db8b
commit
fc84fdcbca
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
|
@ -11,5 +11,6 @@ jobs:
|
|||
node-version: 12
|
||||
- name: Build using grunt
|
||||
run: |
|
||||
cd build
|
||||
npm install
|
||||
grunt --level=ADVANCED
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- '12'
|
||||
before_install: npm install -g grunt-cli
|
||||
before_script:
|
||||
- cd build
|
||||
script:
|
||||
- npm install
|
||||
- grunt --level=ADVANCED
|
Loading…
Reference in a new issue