From c8062bb2b5620f6f2ae1f8763563139c5e4421d7 Mon Sep 17 00:00:00 2001 From: Ivan Dlugos Date: Thu, 1 Aug 2024 15:44:49 +0200 Subject: [PATCH] tmp fixing ci --- .github/workflows/e2e.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index e133e56f0d..8d46032cce 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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' }}