Skip to content

fix: ci

fix: ci #2

Workflow file for this run

name: E2E tests
on:
push:
branches:
- feat/replace-detox-with-maestro
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Expo and EAS
uses: expo/expo-github-action@v8
with:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
- name: deploy E2E build on EAS
working-directory: ./apps/mobile
run: |
eas build --profile build-and-maestro-test --platform ios --non-interactive