Skip to content

Commit bdcb615

Browse files
committed
chore: add tests option for release full
1 parent cea4049 commit bdcb615

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ on:
1414
- latest
1515
- beta
1616
- alpha
17+
test:
18+
type: boolean
19+
description: "Run tests before release"
20+
required: true
21+
default: true
1722
dry_run:
1823
type: boolean
1924
description: "DryRun release"
@@ -66,6 +71,7 @@ jobs:
6671
with:
6772
target: ${{ matrix.array.target }}
6873
runner: ${{ matrix.array.runner }}
74+
test: ${{ matrix.array.test }}
6975
profile: "release"
7076

7177
release:

0 commit comments

Comments
 (0)