Skip to content

Commit bcec75f

Browse files
committed
skip pristine check
1 parent 6a15ef9 commit bcec75f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454

5555
# We still run the full release build on pull-requests this ensures packages are validated ahead of time
5656
- name: Release
57-
run: ./build.sh release
57+
run: ./build.sh release -c

.github/workflows/prerelease.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ jobs:
2626
id: bootstrap
2727
uses: ./.github/workflows/bootstrap
2828

29-
- run: ./build.sh release
29+
- name: Test
30+
run: ./build.sh test --test-suite=skip-e2e
31+
32+
- run: ./build.sh release -c
3033
name: Release
3134

3235
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)