Skip to content

Commit ec43ea6

Browse files
committed
fix jobs names
1 parent 40b632d commit ec43ea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ios.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
CODE_SIGNING_ALLOWED=NO | xcpretty"
7373

7474
build-with-ads:
75-
name: Build iOS Example App
75+
name: Build iOS Example App with Ads
7676
runs-on: macos-latest
7777

7878
steps:
@@ -125,7 +125,7 @@ jobs:
125125
CODE_SIGNING_ALLOWED=NO | xcpretty"
126126

127127
build-with-caching:
128-
name: Build iOS Example App
128+
name: Build iOS Example App with Caching
129129
runs-on: macos-latest
130130

131131
steps:

0 commit comments

Comments
 (0)