Skip to content

Commit

Permalink
also test maestro download-samples and maestro cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Jul 29, 2024
1 parent 84f89a6 commit 433275f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -60,6 +60,8 @@ jobs:

test-cloud:
runs-on: ubuntu-latest
if: github.repository == 'mobile-dev-inc/maestro'
needs: build

steps:
- name: Download artifacts
Expand Down

0 comments on commit 433275f

Please sign in to comment.