mirror of
https://github.com/go-task/task.git
synced 2025-04-15 11:56:34 +02:00
On Github actions, the destination path of "go install" ($GOPATH/bin) is not in $PATH, thus the error. For the life of me I could not understand how to change the $PATH environment variable in an Actions workflow, so I encode the full path of the just-built task executable in the tests, which probably was the right thing to do since the beginning.

Task
Task is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.
See taskfile.dev for the documentation.
Description
Languages
Go
90.6%
Shell
5.4%
TypeScript
1.5%
CSS
1%
JavaScript
1%
Other
0.5%