feat: Add cowsay command to nix workflow
All checks were successful
/ build (push) Successful in 1m46s
All checks were successful
/ build (push) Successful in 1m46s
This commit adds a new step in the nix workflow. The `cowsay` command will echo "TEST TEST" during the workflow run for more interactive debugging.
This commit is contained in:
parent
d9546c8ea9
commit
2101c06675
|
@ -4,6 +4,7 @@ jobs:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- run: cowsay TEST TEST
|
||||||
- run: nix build -L .#runner
|
- run: nix build -L .#runner
|
||||||
- name: upload image
|
- name: upload image
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue