-
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not pull the latest version of builder when testing
When testing, pulling the latest version makes the whole test kinda pointless, as the last version currently published gets tested instead of the just built one. Add a new argument so we can still reuse the same builder action, but skip pulling to reuse the freshly built builder.
- Loading branch information
Showing
2 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,3 +46,4 @@ jobs: | |
--${{ matrix.architecture }} \ | ||
--target /data \ | ||
--generic ${{ github.sha }} | ||
no-pull: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters