Skip to content

Commit 959aa35

Browse files
committed
Swift: remove integration test running in CI
They are being triggered by QLucie now, so there's no need to also trigger them in the `codeql` specific CI.
1 parent 61593ae commit 959aa35

File tree

2 files changed

+0
-46
lines changed

2 files changed

+0
-46
lines changed

.github/workflows/swift.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -68,21 +68,6 @@ jobs:
6868
steps:
6969
- uses: actions/checkout@v4
7070
- uses: ./swift/actions/run-ql-tests
71-
integration-tests-linux:
72-
if: github.repository_owner == 'github'
73-
needs: build-and-test-linux
74-
runs-on: ubuntu-latest-xl
75-
steps:
76-
- uses: actions/checkout@v4
77-
- uses: ./swift/actions/run-integration-tests
78-
integration-tests-macos:
79-
if: ${{ github.repository_owner == 'github' && github.event_name == 'pull_request' }}
80-
needs: build-and-test-macos
81-
runs-on: macos-12-xl
82-
timeout-minutes: 60
83-
steps:
84-
- uses: actions/checkout@v4
85-
- uses: ./swift/actions/run-integration-tests
8671
clang-format:
8772
if : ${{ github.event_name == 'pull_request' }}
8873
runs-on: ubuntu-latest

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

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)