We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278b840 commit 573e05eCopy full SHA for 573e05e
.github/workflows/tests_e2e_ios.yml
@@ -44,6 +44,10 @@ jobs:
44
with:
45
xcode-version: latest-stable
46
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
+
51
- name: Install firebase CLI
52
uses: nick-invision/retry@v2
53
@@ -61,10 +65,6 @@ jobs:
61
65
- name: Start Firestore Emulator
62
66
run: yarn tests:emulator:start-ci
63
67
64
- - name: Get Xcode version
- id: xcode-version
- run: echo "::set-output name=xcode-version::$(xcodebuild -version|tail -1|cut -f3 -d' ')"
-
68
- name: Get yarn cache directory path
69
id: yarn-cache-dir-path
70
run: echo "::set-output name=dir::$(yarn cache dir)"
0 commit comments