We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8fa84f commit 2389372Copy full SHA for 2389372
2 files changed
.github/workflows/build.yml
@@ -18,6 +18,7 @@ permissions:
18
19
jobs:
20
build:
21
+ name: Build
22
runs-on: macos-latest
23
timeout-minutes: 30
24
steps:
.github/workflows/test.yml
@@ -1,4 +1,4 @@
1
-name: iOS Tests
+name: iOS CI
2
3
on:
4
pull_request:
@@ -17,6 +17,7 @@ permissions:
17
test:
+ name: Test (${{ matrix.name }})
strategy:
@@ -223,6 +224,7 @@ jobs:
223
224
if-no-files-found: ignore
225
226
test-report:
227
+ name: Test Report
228
runs-on: ubuntu-latest
229
needs: test
230
if: always() && needs.test.result == 'failure' && github.event.pull_request.head.repo.fork == false
0 commit comments