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