Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
zetavg committed Jan 18, 2025
1 parent 969af41 commit 2cb6c64
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/test-native-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,15 @@ jobs:
# export MAESTRO_DRIVER_STARTUP_TIMEOUT=180000 # 3 minutes
# maestro test maestro-flows/basic.yaml

# - name: Upload App
# uses: actions/[email protected]
# if: ${{ always() && steps.check-app.outcome == 'success' }}
# continue-on-error: true
# with:
# name: release-app
# path: |
# ${{ needs.build-ios-test-container.outputs.built-app-path }}
# TODO: remove?
- name: Upload App
uses: actions/[email protected]
if: ${{ always() }}
continue-on-error: true
with:
name: ios-test-container-prod
path: |
${{ needs.build-ios-test-container-prod.outputs.built-app-path }}
# - name: Prepare Maestro Logs
# id: prepare-maestro-logs
Expand Down

0 comments on commit 2cb6c64

Please sign in to comment.