Skip to content

Commit 0877c2d

Browse files
Rearrange workflow step
Move setup before tests
1 parent 6770e90 commit 0877c2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
7272
- name: Setup Scripts Directory
7373
run: ./setup-scripts.sh
74+
- name: Integration Test Setup
75+
run: Tests/Integration/Emulator/start-emulator.sh synchronous
7476
- name: Unit Tests
7577
run: scripts/third_party/travis/retry.sh scripts/build.sh FirebaseDataConnect ${{ matrix.target }} spm
76-
- name: Integration Test Server
77-
run: Tests/Integration/Emulator/start-emulator.sh synchronous

0 commit comments

Comments
 (0)