fix(workflows): Fix wording

This commit is contained in:
Tom Hubrecht 2023-12-12 17:34:19 +01:00
parent 3d4b40bb22
commit b2d87bbfbe

View file

@ -17,10 +17,7 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Update dependencies and open PR if necessary
- name: Build the nodes
run: |
# Enter the shell
nix-shell
# Build the configurations
colmena build
nix-shell --run 'colmena build'