Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipndev committed Apr 29, 2024
1 parent 3079406 commit 6f0ba52
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:
nix develop -c sh -c 'yarn start' &
echo "METRO_PID=$!" >> $GITHUB_ENV
# Builds
- run: nix develop -c yarn e2e:build android.emu.debug

# Start Tilt
- name: Tilt CI
uses: nick-fields/retry@v3
Expand All @@ -59,6 +56,9 @@ jobs:
nix develop -c sh -c 'cd dev && tilt up' &
echo "TILT_SERVER_PID=$!" >> $GITHUB_ENV
# Builds
- run: nix develop -c yarn e2e:build android.emu.debug

# Tests on Android Emulator
- name: Start Android Emulator
run: |
Expand Down Expand Up @@ -176,9 +176,6 @@ jobs:
nix develop -c sh -c 'yarn start' &
echo "METRO_PID=$!" >> $GITHUB_ENV
# Builds
- run: nix develop -c yarn e2e:build ios.sim.debug

# Start Tilt
- name: Tilt CI
uses: nick-fields/retry@v3
Expand All @@ -193,6 +190,9 @@ jobs:
nix develop -c sh -c 'cd dev && tilt up' &
echo "TILT_SERVER_PID=$!" >> $GITHUB_ENV
# Builds
- run: nix develop -c yarn e2e:build ios.sim.debug

- name: Record Simulator in Background
run: |
DEVICE_ID=$(xcrun simctl list devices | grep "iPhone SE (3rd generation)" | cut -d' ' -f9 | tr -d '()')
Expand Down

0 comments on commit 6f0ba52

Please sign in to comment.