feat: Add cowsay command to nix workflow
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:
Harald Hoyer 2024-06-27 16:08:48 +02:00
parent d9546c8ea9
commit 2101c06675

View file

@ -4,6 +4,7 @@ jobs:
runs-on: nix
steps:
- uses: actions/checkout@v3
- run: cowsay TEST TEST
- run: nix build -L .#runner
- name: upload image
run: |