Skip to content

Commit

Permalink
fix(workflow): 🐛 added missing env var for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
WasiqB committed Jan 30, 2023
1 parent 67da65f commit 68e6f5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
BS_KEY: ${{ secrets.BS_KEY }}
LT_USER: ${{ secrets.LT_USER }}
LT_KEY: ${{ secrets.LT_KEY }}
BS_APP_ANDROID: ${{ secrets.BS_APP_ANDROID }}
LT_APP_ANDROID: ${{ secrets.LT_APP_ANDROID }}
LT_APP_IOS: ${{ secrets.LT_APP_IOS }}
steps:
- name: Check out Git repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
appium driver install xcuitest
- name: Start Selenium Grid
run: java -jar core-java/libs/selenium-server-4.7.0.jar standalone > core-java/selenium-grid.log &
run: java -jar core-java/libs/selenium-server-4.8.0.jar standalone > core-java/selenium-grid.log &

- name: Launch iOS Simulator
uses: futureware-tech/simulator-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
echo "version=$MVN_VERSION" >> $GITHUB_OUTPUT
- name: Start Selenium Grid
run: java -jar core-java/libs/selenium-server-4.7.0.jar standalone > sample-tests/selenium-grid.log &
run: java -jar core-java/libs/selenium-server-4.8.0.jar standalone > sample-tests/selenium-grid.log &

- name: All Test execution
run: mvn clean test -f sample-tests/pom.xml -Dboyka.version=${{ steps.version.outputs.version }}
Expand Down
Binary file not shown.

0 comments on commit 68e6f5e

Please sign in to comment.