Good job there kodi
All checks were successful
/ Tests that the action works as expected (push) Successful in 25s
All checks were successful
/ Tests that the action works as expected (push) Successful in 25s
This commit is contained in:
parent
13b99645d3
commit
c084c40288
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
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user