From 433275fe38d511a5d7cd0f2cfc52f1081ef01b5d Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Mon, 29 Jul 2024 18:05:13 +0200 Subject: [PATCH] also test `maestro download-samples` and `maestro cloud` --- .github/workflows/e2e.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 07231cd6d9..43fd4e6e83 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -27,7 +27,7 @@ jobs: run: ./maestro-ios-xctest-runner/build-maestro-ios-runner.sh - name: Build Maestro CLI - run: ./gradlew :maestro-cli + run: ./gradlew :maestro-cli:distZip - uses: actions/upload-artifact@v4 with: @@ -60,6 +60,8 @@ jobs: test-cloud: runs-on: ubuntu-latest + if: github.repository == 'mobile-dev-inc/maestro' + needs: build steps: - name: Download artifacts