forked from DGNum/infrastructure
fix(workflows): Fix wording
This commit is contained in:
parent
3d4b40bb22
commit
b2d87bbfbe
1 changed files with 2 additions and 5 deletions
|
@ -17,10 +17,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
|
|
||||||
- name: Update dependencies and open PR if necessary
|
- name: Build the nodes
|
||||||
run: |
|
run: |
|
||||||
# Enter the shell
|
# Enter the shell
|
||||||
nix-shell
|
nix-shell --run 'colmena build'
|
||||||
|
|
||||||
# Build the configurations
|
|
||||||
colmena build
|
|
||||||
|
|
Loading…
Reference in a new issue