Skip to content

Commit

Permalink
skip pristine check
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Jul 31, 2024
1 parent 6a15ef9 commit bcec75f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:

# We still run the full release build on pull-requests this ensures packages are validated ahead of time
- name: Release
run: ./build.sh release
run: ./build.sh release -c
5 changes: 4 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
id: bootstrap
uses: ./.github/workflows/bootstrap

- run: ./build.sh release
- name: Test
run: ./build.sh test --test-suite=skip-e2e

- run: ./build.sh release -c
name: Release

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit bcec75f

Please sign in to comment.