Open willmurphyscode opened 5 months ago
Something isn't working with the Windows validations:
make test
shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
env:
FORCE_COLOR: true
bash: line 1: .tool/task: No such file or directory
bash: line 1: .tool/task: No such file or directory
make: 'test' is up to date.
It looks like the windows validations just didn't do anything, but still turned green (https://github.com/anchore/binny/actions/runs/9022127458/job/24790946459?pr=22#step:4:9).
Maybe making the test
target depend on the tools
target is enough?
Support windows by:
Closes #17