Skip to content

Commit 7b72018

Browse files
committed
Swift: Unified handling of in-tree extractor packs.
1 parent 04f5f30 commit 7b72018

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

swift/.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# directory created by bazel run //swift:create-extractor-pack
2-
/extractor-pack
3-
41
# output files created by running tests
52
*.o
63

swift/actions/run-ql-tests/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ runs:
2020
codeql test run \
2121
--threads=0 \
2222
--ram 50000 \
23-
--search-path "${{ github.workspace }}/swift/extractor-pack" \
2423
--check-databases \
2524
--check-unused-labels \
2625
--check-repeated-labels \

0 commit comments

Comments
 (0)