diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index aa10497..e5ad3ef 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -26,6 +26,6 @@ jobs: - name: Check that the file is correctly uploaded run: | curl -s -o test-uploaded.txt ${{ steps.upload.outputs.url }} - nix shell "nixpkgs#diffutils" -c "diff test.txt test-uploaded.txt" + nix shell "nixpkgs#diffutils" -c diff test.txt test-uploaded.txt rm test.txt