File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 build_id : ${{ needs.build_android.outputs.build_id }}
2424 - id : dcd
2525 run : |
26- npx --yes @devicecloud.dev/eas-workflow@next \
26+ npx --yes @devicecloud.dev/eas-workflow@v1 \
2727 --app-file ${{ steps.download.outputs.artifact_path }} \
2828 --flows ./.maestro
2929` ` `
6969 with:
7070 build_id: ${{ needs.build.outputs.build_id }}
7171 - run: |
72- npx --yes @devicecloud.dev/eas-workflow@next \
72+ npx --yes @devicecloud.dev/eas-workflow@v1 \
7373 --app-file ${{ steps.download.outputs.artifact_path }} \
7474 --flows ./.maestro
7575` ` `
Original file line number Diff line number Diff line change 3131 build_id : ${{ needs.build_android.outputs.build_id }}
3232 - id : dcd
3333 run : |
34- npx --yes @devicecloud.dev/eas-workflow@next \
34+ npx --yes @devicecloud.dev/eas-workflow@v1 \
3535 --app-file ${{ steps.download.outputs.artifact_path }} \
3636 --flows ./.maestro \
3737 --android-device pixel-7 \
Original file line number Diff line number Diff line change 3131 build_id : ${{ needs.build_ios.outputs.build_id }}
3232 - id : dcd
3333 run : |
34- npx --yes @devicecloud.dev/eas-workflow@next \
34+ npx --yes @devicecloud.dev/eas-workflow@v1 \
3535 --app-file ${{ steps.download.outputs.artifact_path }} \
3636 --flows ./.maestro \
3737 --ios-device iphone-16 \
Original file line number Diff line number Diff line change 22 "name" : " @devicecloud.dev/eas-workflow" ,
33 "description" : " Run Maestro tests on devicecloud.dev from EAS Workflows" ,
44 "author" : " devicecloud.dev" ,
5- "version" : " 0.1.2 " ,
5+ "version" : " 1.0.0 " ,
66 "main" : " dist/index.js" ,
77 "bin" : {
88 "eas-workflow" : " dist/index.js"
You can’t perform that action at this time.
0 commit comments