From 8f96318f391e42377aee7495592d8af88425cdf0 Mon Sep 17 00:00:00 2001 From: Simon Goller Date: Sat, 29 Jun 2024 14:11:31 +0200 Subject: [PATCH] Update --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0bfeddc..384d858 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -19,3 +19,5 @@ jobs: - uses: actions/checkout@v4 - name: Check out the environment run: env + - name: Try to call cowsay via nix-shell + run: nix-shell -p cowsay --command "cowsay test"