Skip to content

Commit

Permalink
tmp fixing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Aug 1, 2024
1 parent 281313f commit c8062bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,8 @@ jobs:
# For some reason there's another appium process running that prevents the emulator to stop.
# We need to kill it manually.
pgrep -f appium
pkill -f appium || echo
ps aux
pkill -f appium || echo
- uses: actions/cache@v4
if: ${{ matrix.platform == 'ios' }}
Expand Down

0 comments on commit c8062bb

Please sign in to comment.