Skip to content

Commit 7790abc

Browse files
committed
Swift: better CI names
1 parent f6cfeab commit 7790abc

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: "Swift: Build and test Xcode autobuilder"
2+
3+
on:
4+
pull_request:
5+
paths:
6+
- "swift/xcode-autobuilder/**"
7+
- "misc/bazel/**"
8+
- "*.bazel*"
9+
- .github/workflows/swift-autobuilder.yml
10+
branches:
11+
- main
12+
13+
jobs:
14+
autobuilder:
15+
runs-on: macos-latest
16+
steps:
17+
- uses: actions/checkout@v3
18+
- uses: bazelbuild/setup-bazelisk@v2
19+
- uses: actions/setup-python@v3
20+
- name: Build the Xcode autobuilder
21+
run: |
22+
bazel build //swift/xcode-autobuilder
23+
- name: Test the Xcode autobuilder
24+
run: |
25+
bazel test //swift/xcode-autobuilder/tests

0 commit comments

Comments
 (0)