Skip to content

Commit

Permalink
ci(test): upgrade template branch
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed Dec 19, 2023
1 parent 6858889 commit 32d0470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mkdir $TEST_DIR
cd $TEST_DIR
git init
nix flake init -t github:LovelaceAcademy/nix-templates#pix-ctl-full
sed -i "s|github:LovelaceAcademy/ctl-nix/upgrade-ctl|path:$CTL|g" flake.nix
sed -i "s|github:LovelaceAcademy/ctl-nix|path:$CTL|g" flake.nix
nix develop --command npm install --no-save
nix build --show-trace -L
nix flake check --show-trace
Expand Down

0 comments on commit 32d0470

Please sign in to comment.