Skip to content

Commit 3095f50

Browse files
committed
1.0.0: promote to GA
EAS Workflow integration verified end-to-end against EAS runtime (eas/checkout -> eas/download_build -> wrapper -> dcd cloud -> set-output). Examples and docs pin to @v1.
1 parent b7198a7 commit 3095f50

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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
```
@@ -69,7 +69,7 @@ e2e:
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
```

examples/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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 \

examples/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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 \

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"

0 commit comments

Comments
 (0)