Skip to content

Commit

Permalink
Add post action step
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyod committed Nov 27, 2023
1 parent 8bf28d7 commit 8ff5b0e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@ jobs:
- name: Install Appium driver
run: yarn dlx appium driver install xcuitest
- name: Start Appium server
run: nohup yarn dlx appium server 2>&1 &
run: nohup yarn dlx appium server 2>&1 > "${{ matrix.scheme }}/appium.log" &
- name: Display appium logs
uses: webiny/action-post-run@3.0.0
with:
run: cat "${{ matrix.scheme }}/appium.log"
- name: Run End-to-End tests
working-directory: ${{ matrix.scheme }}
run: APP_PATH=$path yarn test
Expand Down

0 comments on commit 8ff5b0e

Please sign in to comment.