act/pkg/runner
hackercat eb2774275f
Fix tests on Windows (#562)
* fix: replace `\` with `/` in git ref to fix `git_test.go` on windows

Paths on Windows use backslash (`\`) as directory separator and this breaks `TestGitFindRef()`.
Replacing `\` with `/` in git ref fixes that issue.

* fix: replace `gopkg.in/godo.v2/glob` with std library `path/filepath`

`github.com/go-godo/godo` lib has been last updated in 2016 and it also
depends on another outdated lib `github.com/MichaelTJones/walk` with
last update in 2016. This also fixes `permission_denied` errors on
Windows (and perhaps Linux in some specific cases). I'm not aware of
any performance improvement or drawback because of that change.
2021-03-12 16:23:03 -08:00
..
testdata Update Docker images (#524) 2021-02-23 09:49:24 -08:00
command.go GitHub env file support (#426) 2021-01-11 22:39:43 -08:00
command_test.go GitHub env file support (#426) 2021-01-11 22:39:43 -08:00
expression.go Fix tests on Windows (#562) 2021-03-12 16:23:03 -08:00
expression_test.go Shouldn't rewrite dot in a string to index syntax (#502) 2021-02-08 09:14:12 -08:00
logger.go GitHub env file support (#426) 2021-01-11 22:39:43 -08:00
run_context.go Add --userns flag to support Docker daemon that enables user namespace (#533) 2021-02-27 08:31:25 -08:00
run_context_test.go Report error when if expression is invalid (#485) 2021-01-18 11:44:27 -08:00
runner.go Add --userns flag to support Docker daemon that enables user namespace (#533) 2021-02-27 08:31:25 -08:00
runner_test.go Update Docker images (#524) 2021-02-23 09:49:24 -08:00
step_context.go Add --userns flag to support Docker daemon that enables user namespace (#533) 2021-02-27 08:31:25 -08:00
step_context_test.go Update Docker images (#524) 2021-02-23 09:49:24 -08:00