act/pkg/runner
Torbjørn Vatn b3299ecd30
Act env (#417)
* Test more if env variants

* The correct negation syntax is !=

* Make the Interpolate function support negated booleans from envs

* Move assert := a.New(t) into t.Run

This uncovered that some of the test premisses was wrong and the
Eval Bool function also had flaws

* Remove a stray logrus import

* Add an ACT env set to true

This can be used to skip certain steps that you don't want to run locally
when testing. E.g. steps that sends messages to Slack channels on successful
builds etc.

* Add a description about env.ACT to the readme

* A new attempt at Interpolation and EvalBool

* One small merge fix

* Remove some fmt.Printfs

* Fix some merge conflicts
2020-11-18 07:14:34 -08:00
..
testdata Fix path for local node12 actions (#371) 2020-09-29 13:39:45 -07:00
command.go fix: outputs espace (#404) 2020-11-02 05:40:46 -08:00
command_test.go fix: outputs espace (#404) 2020-11-02 05:40:46 -08:00
expression.go EvalBool and Interpolation fixes (#424) 2020-11-17 09:31:05 -08:00
expression_test.go EvalBool and Interpolation fixes (#424) 2020-11-17 09:31:05 -08:00
logger.go Mask secrets in job output (#231) 2020-05-13 15:22:31 -07:00
run_context.go Act env (#417) 2020-11-18 07:14:34 -08:00
run_context_test.go Act env (#417) 2020-11-18 07:14:34 -08:00
runner.go Set the default branch inside the event data (#354) 2020-09-02 07:56:44 -07:00
runner_test.go When running on Windows the correct path separator must be used (#386) 2020-10-08 22:30:50 -07:00
step_context.go Use PathListSeparator (#408) 2020-11-04 11:54:48 -08:00