Skip to content

Commit

Permalink
chore: scope
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS committed Oct 16, 2024
1 parent 6af279c commit b6e782f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,29 @@ on:
- '**'

jobs:
setup:
uses: ./.github/workflows/reusable_setup.yml
secrets:
THE_GH_RELEASE_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }}

ios:
if: true
needs: 'setup'
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
env:
GITHUB_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- run: |
npm i
npm run build
- run: |
curl -Ls "https://get.maestro.mobile.dev" | bash
export PATH="$PATH":"$HOME/.maestro/bin"
brew tap facebook/fb
brew install facebook/fb/idb-companion
./e2e/scripts/RuniOSTest.sh
android:
if: false
needs: 'setup'
runs-on: macos-14
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b6e782f

Please sign in to comment.