mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
Merge pull request #7222 from aibaars/ruby-ci-fix
Ruby: fix CI jobs after removal of `.codeql-manifest.json`
This commit is contained in:
@@ -67,5 +67,4 @@ extractor: $(FILES) $(BIN_FILES)
|
||||
cp target/release/ruby-autobuilder$(EXE) extractor-pack/tools/$(CODEQL_PLATFORM)/autobuilder$(EXE)
|
||||
|
||||
test: extractor dbscheme
|
||||
codeql pack install ql/test
|
||||
codeql test run --check-databases --check-unused-labels --check-repeated-labels --check-redefined-labels --check-use-before-definition --search-path . --consistency-queries ql/consistency-queries ql/test
|
||||
codeql test run --check-databases --check-unused-labels --check-repeated-labels --check-redefined-labels --check-use-before-definition --search-path extractor-pack --consistency-queries ql/consistency-queries ql/test
|
||||
|
||||
@@ -39,7 +39,7 @@ codeql database create <database-path> -l ruby -s <project-source-path> --search
|
||||
Run
|
||||
|
||||
```bash
|
||||
codeql test run <test-path> --search-path <repository-root-path>
|
||||
codeql test run <test-path> --search-path <extractor-pack-path>
|
||||
```
|
||||
|
||||
## Writing database upgrade scripts
|
||||
|
||||
Reference in New Issue
Block a user