File tree 2 files changed +0
-61
lines changed
swift/actions/run-integration-tests
2 files changed +0
-61
lines changed Original file line number Diff line number Diff line change 17
17
- main
18
18
- rc/*
19
19
- codeql-cli-*
20
- push :
21
- paths :
22
- - " swift/**"
23
- - " misc/bazel/**"
24
- - " misc/codegen/**"
25
- - " *.bazel*"
26
- - .github/workflows/swift.yml
27
- - .github/actions/**
28
- - codeql-workspace.yml
29
- - " !**/*.md"
30
- - " !**/*.qhelp"
31
- branches :
32
- - main
33
- - rc/*
34
- - codeql-cli-*
35
20
36
21
permissions :
37
22
contents : read
74
59
steps :
75
60
- uses : actions/checkout@v4
76
61
- uses : ./swift/actions/run-ql-tests
77
- integration-tests-linux :
78
- if : github.repository_owner == 'github'
79
- needs : build-and-test-linux
80
- runs-on : ubuntu-latest-xl
81
- steps :
82
- - uses : actions/checkout@v4
83
- - uses : ./swift/actions/run-integration-tests
84
- integration-tests-macos :
85
- if : ${{ github.repository_owner == 'github' && github.event_name == 'pull_request' }}
86
- needs : build-and-test-macos-intel
87
- runs-on : macos-14-large
88
- timeout-minutes : 60
89
- steps :
90
- - uses : actions/checkout@v4
91
- - uses : ./swift/actions/run-integration-tests
92
62
clang-format :
93
63
if : ${{ github.event_name == 'pull_request' }}
94
64
runs-on : ubuntu-latest
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments