Skip to content

Commit 2389372

Browse files
committed
refactor: 스텝 이름 수정
1 parent d8fa84f commit 2389372

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ permissions:
1818

1919
jobs:
2020
build:
21+
name: Build
2122
runs-on: macos-latest
2223
timeout-minutes: 30
2324
steps:

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: iOS Tests
1+
name: iOS CI
22

33
on:
44
pull_request:
@@ -17,6 +17,7 @@ permissions:
1717

1818
jobs:
1919
test:
20+
name: Test (${{ matrix.name }})
2021
runs-on: macos-latest
2122
timeout-minutes: 30
2223
strategy:
@@ -223,6 +224,7 @@ jobs:
223224
if-no-files-found: ignore
224225

225226
test-report:
227+
name: Test Report
226228
runs-on: ubuntu-latest
227229
needs: test
228230
if: always() && needs.test.result == 'failure' && github.event.pull_request.head.repo.fork == false

0 commit comments

Comments
 (0)