We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9166a3b commit 223a301Copy full SHA for 223a301
.github/workflows/expo-ci-cd.yml
@@ -275,9 +275,7 @@ jobs:
275
uses: actions/upload-artifact@v4
276
with:
277
name: maestro-artifacts-android-${{ github.run_id }}
278
- path: |
279
- ${{ env.WORKING_DIRECTORY }}/.maestro/*
280
- ~/.maestro/tests/*
+ path: ~/.maestro/tests/
281
if-no-files-found: warn
282
283
- name: 🔔 Send Slack notification
@@ -480,9 +478,7 @@ jobs:
480
478
481
479
482
name: maestro-artifacts-ios-${{ github.run_id }}
483
484
485
486
retention-days: 1
487
488
0 commit comments