Install diff in the test workflow
Some checks failed
/ Tests that the action works as expected (push) Failing after 24s
Some checks failed
/ Tests that the action works as expected (push) Failing after 24s
This commit is contained in:
parent
7805cb3e4c
commit
13b99645d3
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -26,6 +26,6 @@ jobs:
|
|||||||
- name: Check that the file is correctly uploaded
|
- name: Check that the file is correctly uploaded
|
||||||
run: |
|
run: |
|
||||||
curl -s -o test-uploaded.txt ${{ steps.upload.outputs.url }}
|
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
|
rm test.txt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user