1
0
mirror of https://github.com/go-task/task.git synced 2025-04-15 11:56:34 +02:00
Marco Molteni cacd57f72b fix ci test breakage (fork/exec ./bin/task: no such file or directory)
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.
2022-05-13 17:36:52 -07:00
2017-02-26 20:14:36 -03:00
2021-04-20 14:54:24 +02:00
2022-05-10 18:00:45 -03:00
2022-05-12 02:02:57 +00:00
2022-05-12 02:02:57 +00:00
2021-07-31 19:36:40 -03:00
2022-03-31 21:40:16 -03:00
2021-01-12 10:43:45 -03:00
2017-02-28 09:15:25 -03:00
2020-12-27 19:07:38 -03:00
2022-03-31 21:40:16 -03:00
2022-03-19 18:41:03 -03:00
2021-05-08 15:02:08 -05:00

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
A task runner / simpler Make alternative written in Go
https://taskfile.dev/ Readme MIT 40 MiB
Languages
Go 90.6%
Shell 5.4%
TypeScript 1.5%
CSS 1%
JavaScript 1%
Other 0.5%