Skip to content

Commit

Permalink
rearrange
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobar79 committed Aug 27, 2024
1 parent 04087ae commit beae4d8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/macstadium-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,6 @@ jobs:
chmod -R +x node_modules/react-native/scripts
chmod -R +x node_modules/@sentry/react-native/scripts
# Job for running iOS e2e tests
ios-e2e-tests:
runs-on: ["self-hosted"]
needs: ios-deps
steps:
- name: Run iOS e2e tests with retry
run: |
sed -i'' -e "s/IS_TESTING=false/IS_TESTING=true/" .env && rm -f .env-e
./scripts/run-retry-tests.sh 3
# Job to build iOS TopHat and upload to S3
ios-tophat-build:
runs-on: ["self-hosted"]
Expand Down Expand Up @@ -127,3 +117,13 @@ jobs:
curl -s -H "Authorization: token $TOPHAT_GITHUB_TOKEN" -X POST \
-d "{\"body\":\"$COMMENT\"}" \
"${{ github.event.pull_request.comments_url }}"
# Job for running iOS e2e tests
ios-e2e-tests:
runs-on: ["self-hosted"]
needs: ios-tophat-build
steps:
- name: Run iOS e2e tests with retry
run: |
sed -i'' -e "s/IS_TESTING=false/IS_TESTING=true/" .env && rm -f .env-e
./scripts/run-retry-tests.sh 3

0 comments on commit beae4d8

Please sign in to comment.