Clean up script file locations

This commit is contained in:
Nick Rolfe
2021-08-02 17:52:27 +01:00
parent 2c8b1fa6da
commit f2af68f8cf
7 changed files with 15 additions and 11 deletions

View File

@@ -29,7 +29,7 @@ jobs:
target
key: ${{ runner.os }}-qltest-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Build Extractor
run: env "PATH=$PATH:${{ github.workspace }}/codeql" ./create-extractor-pack.sh
run: env "PATH=$PATH:${{ github.workspace }}/codeql" scripts/create-extractor-pack.sh
- name: Run QL tests
run: codeql/codeql test run --check-databases --check-unused-labels --check-repeated-labels --check-redefined-labels --check-use-before-definition --search-path "${{ github.workspace }}" --consistency-queries ql/consistency-queries ql/test
- name: Check QL formatting