Skip to content

Commit

Permalink
fix: add trailing &
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyod committed Nov 27, 2023
1 parent d7f34b6 commit f661473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ 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 &
- name: Run End-to-End tests
working-directory: ${{ matrix.scheme }}
run: APP_PATH=$path yarn test
Expand Down

0 comments on commit f661473

Please sign in to comment.