Skip to content

Commit

Permalink
CI: drop double maestro
Browse files Browse the repository at this point in the history
  • Loading branch information
nalinbhardwaj committed May 19, 2024
1 parent 3122168 commit 73edb73
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,32 +54,3 @@ jobs:
npm run lint && npm run codegen
# Re-enable once Wagmi fixes their bug: git diff --exit-code
# https://github.com/wevm/wagmi/issues/2528
maestro:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: "20.x"

- name: Install dependencies
run: npm ci

- name: Setup Expo and EAS
uses: expo/expo-github-action@v8
with:
packager: npm
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}

- name: Run Maestro test suite
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
RUN_ID: ${{ github.event.number || github.run_id }}
run: |
echo "BRANCH_NAME=${BRANCH_NAME}" >> .env.maestro
echo "RUN_ID=${RUN_ID}" >> .env.maestro
npm run build:maestro
working-directory: ./apps/daimo-mobile

0 comments on commit 73edb73

Please sign in to comment.