Skip to content

Commit 3a09987

Browse files
committed
adjust expo workflow
1 parent 4654b49 commit 3a09987

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/_checks-expo.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ on:
2828
required: false
2929
type: boolean
3030
default: false
31-
coverage_command:
32-
description: "Coverage command to run from package.json"
33-
required: false
34-
type: string
35-
default: "test:coverage"
3631
node_version:
3732
description: "Node.js version to use"
3833
required: false
@@ -42,17 +37,17 @@ on:
4237
description: "Package manager to use (bun or pnpm)"
4338
required: false
4439
type: string
45-
default: "bun"
40+
default: "pnpm"
4641
bun_version:
4742
description: "Bun version"
4843
required: false
4944
type: string
50-
default: "1.2.13"
45+
default: "1.2.17"
5146
pnpm_version:
5247
description: "PNPM version"
5348
required: false
5449
type: string
55-
default: "10.4.1"
50+
default: "11.4.2"
5651
base_image:
5752
description: "Docker image to use for base image"
5853
required: false
@@ -62,7 +57,7 @@ on:
6257
description: "Test command to run from package.json"
6358
required: false
6459
type: string
65-
default: "test"
60+
default: "test:expo"
6661
lint_command:
6762
description: "Lint command to run from package.json"
6863
required: false
@@ -73,6 +68,11 @@ on:
7368
required: false
7469
type: string
7570
default: "format:check"
71+
coverage_command:
72+
description: "Coverage command to run from package.json"
73+
required: false
74+
type: string
75+
default: "test:expo:coverage"
7676
checkout_submodules:
7777
description: "Checkout submodules"
7878
required: false

0 commit comments

Comments
 (0)