workflow: build before pushing the new branch
Some checks failed
/ build-all (push) Has been cancelled
Some checks failed
/ build-all (push) Has been cancelled
This commit is contained in:
parent
323067b993
commit
788c875b3b
1 changed files with 1 additions and 0 deletions
|
|
@ -9,4 +9,5 @@ jobs:
|
||||||
- run: git checkout -b update-nix-inputs
|
- run: git checkout -b update-nix-inputs
|
||||||
- run: nix flake update
|
- run: nix flake update
|
||||||
- run: git commit -a -m "Update flake inputs $(date +'%d/%m/%Y')" --author="Update flake worklow <dummy@domain.xyz>"
|
- run: git commit -a -m "Update flake inputs $(date +'%d/%m/%Y')" --author="Update flake worklow <dummy@domain.xyz>"
|
||||||
|
- run: nix build .#build-all
|
||||||
- run: git push --force --set-upstream origin update-nix-inputs
|
- run: git push --force --set-upstream origin update-nix-inputs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue