Skip to content

Commit 573e05e

Browse files
committed
test(e2e): move xcode steps next to each other
1 parent 278b840 commit 573e05e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests_e2e_ios.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
with:
4545
xcode-version: latest-stable
4646

47+
- name: Get Xcode version
48+
id: xcode-version
49+
run: echo "::set-output name=xcode-version::$(xcodebuild -version|tail -1|cut -f3 -d' ')"
50+
4751
- name: Install firebase CLI
4852
uses: nick-invision/retry@v2
4953
with:
@@ -61,10 +65,6 @@ jobs:
6165
- name: Start Firestore Emulator
6266
run: yarn tests:emulator:start-ci
6367

64-
- name: Get Xcode version
65-
id: xcode-version
66-
run: echo "::set-output name=xcode-version::$(xcodebuild -version|tail -1|cut -f3 -d' ')"
67-
6868
- name: Get yarn cache directory path
6969
id: yarn-cache-dir-path
7070
run: echo "::set-output name=dir::$(yarn cache dir)"

0 commit comments

Comments
 (0)