Skip to content

Commit

Permalink
Disable job.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsegura committed Dec 28, 2023
1 parent 17bf5df commit f386df7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/fastlane_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
path: ${{ steps.convert_aab.outputs.apkPath }}
SCREENSHOTS:
name: Capture screenshots
if: '!cancelled()'
if: false # '!cancelled()'
needs: AAB_TO_APK
runs-on: macOS-latest
strategy:
Expand Down Expand Up @@ -217,7 +217,6 @@ jobs:
adb shell am broadcast -a com.android.systemui.demo -e command battery -e plugged false -e level 100
$HOME/.maestro/bin/maestro test -e APP_ID=${{ inputs.package_name }} --include-tags=screenshots ./__maestro__
- name: Upload to S3 bucket
if: false
uses: Noelware/[email protected]
with:
directories: |
Expand All @@ -230,7 +229,6 @@ jobs:
region: fr-par
bucket: coopcycle-ci
- uses: actions/upload-artifact@v3
if: false
with:
name: maestro-error-rapport
path: ~/.maestro/tests/
Expand Down

0 comments on commit f386df7

Please sign in to comment.