Skip to content

Commit

Permalink
Docker Web Fixes (#46)
Browse files Browse the repository at this point in the history
### To be filled by the PR creator:

* A brief description of the changes made - 

* Do we have clean latest run report attached with this PR?
  * [ ] Yes
  * [ ] No (Please explain why)

* Does the PR contain changes to any BP core file?
  * [ ] Yes (Needs approval from at least 2 people)
  * [ ] No

* Does the PR contain changes to modules shared with other teams?
* [ ] Yes (Needs approval from at least one of the other teams that use
the module)
  * [ ] No

* Is it
  * [ ] New Testcase
  * [ ] Fix


### To be filled by the PR reviewer:

* [ ] Verify the attached run report passed in GitHub Actions (Justify
if local run)

* General
    * [ ] Use the best strategy to locate the elements
    * [ ] Comments wherever the code is not readable by itself
    * [ ] Use of the right data structure for the use case
    * [ ] Reuse logic/functionality as much as possible
    * [ ] Cleanup of any test data that is generated by the tests
    * [ ] No static waits
  • Loading branch information
Tauqir Sarwar authored Mar 20, 2024
2 parents d97b71b + e40fc6d commit 6cdb12d
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/docker_ios_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
./assets/
if: ${{ always() }}

docker-manual-android-run:
docker-manual-ios-run:
if: github.event_name != 'schedule'
name: Manual - ${{ inputs.tags }}
runs-on: macos-latest
Expand Down Expand Up @@ -130,17 +130,15 @@ jobs:
sleep 5
appium -v
- name: Run Emulator
id: run_emulator
uses: ReactiveCircus/android-emulator-runner@v2
- name: Run IOS Emulator
id: run_ios_emulator
uses: futureware-tech/simulator-action@v3
with:
api-level: 30
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -grpc-use-jwt -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
target: default
arch: x86_64
script: echo "Generated AVD"
model: 'iPhone 8'

- name: Run Flutter Drive
id: run_flutter_drive
run: flutter drive

- name: Setup dependencies
id: setup_dependencies
Expand Down

0 comments on commit 6cdb12d

Please sign in to comment.