We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61593ae commit 959aa35Copy full SHA for 959aa35
2 files changed
.github/workflows/swift.yml
@@ -68,21 +68,6 @@ jobs:
68
steps:
69
- uses: actions/checkout@v4
70
- 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
84
85
86
clang-format:
87
if : ${{ github.event_name == 'pull_request' }}
88
runs-on: ubuntu-latest
swift/actions/run-integration-tests/action.yml
0 commit comments