We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf2274 commit 8c54f51Copy full SHA for 8c54f51
swift/ql/integration-tests/osx/hello-ios/test.py
@@ -4,7 +4,7 @@
4
5
@runs_on.macos
6
@pytest.mark.ql_test("DB-CHECK", xfail=True)
7
-def test(codeql, swift):
+def test(codeql, swift, xcode_16):
8
codeql.database.create(
9
command="xcodebuild build "
10
"CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO",
swift/ql/integration-tests/osx/hello-xcode/test.py
+def test(codeql, swift, xcode_all):
"-project codeql-swift-autobuild-test.xcodeproj "
0 commit comments