Skip to content

Commit

Permalink
fix tests 3
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Nov 27, 2023
1 parent c13a2bc commit 9fe0ab2
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/prepare-e2e_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ jobs:
run: flutter precache --ios

- name: Generate iOS build files
working-directory: packages/patrol/example
run: flutter build ios --config-only --simulator

- name: Start iOS simulator
Expand All @@ -177,7 +176,6 @@ jobs:
shutdown_after_job: true

- name: Run unit tests
working-directory: packages/patrol/example/ios
run: |
set -o pipefail
xcodebuild test \
Expand All @@ -200,7 +198,7 @@ jobs:

defaults:
run:
working-directory: packages/patrol
working-directory: dev/e2e_app

steps:
- name: Clone repository
Expand Down Expand Up @@ -234,12 +232,3 @@ jobs:
- name: dart format
if: success() || failure()
run: dart format --set-exit-if-changed .

- name: flutter pub publish --dry-run
if: success() || failure()
run: flutter pub publish --dry-run

- name: flutter pub get (example app)
if: success() || failure()
working-directory: ./packages/patrol/example
run: flutter pub get

0 comments on commit 9fe0ab2

Please sign in to comment.