Install diff in the test workflow
Some checks failed
/ Tests that the action works as expected (push) Failing after 24s

This commit is contained in:
Kodi Craft 2024-06-15 11:52:44 +02:00
parent 7805cb3e4c
commit 13b99645d3
Signed by: kodi
GPG Key ID: 69D9EED60B242822

View File

@ -26,6 +26,6 @@ jobs:
- name: Check that the file is correctly uploaded
run: |
curl -s -o test-uploaded.txt ${{ steps.upload.outputs.url }}
diff test.txt test-uploaded.txt
nix shell "nixpkgs#diffutils" -c "diff test.txt test-uploaded.txt"
rm test.txt