Fix test section of workflow file

This commit is contained in:
Jason Reed
2020-07-16 08:51:35 -04:00
parent bce3413158
commit d2138907b9

View File

@@ -61,11 +61,15 @@ jobs:
# We have to build the dependencies in `lib` before running any tests.
- name: Install dependencies
run: node common/scripts/install-run-rush.js install
run: |
cd extensions/ql-vscode
npm install
shell: bash
- name: Build
run: node common/scripts/install-run-rush.js build
run: |
cd extensions/ql-vscode
gulp
shell: bash
- name: Lint