act/pkg/runner
Taliesin Sisson 014d71af43
When running on Windows the correct path separator must be used (#386)
* When running on Windows the correct path separator must be used. filePath.join is OS aware, so when we want to use forward slash use path.join instead.

on windows docker cp should end with \. when copying a directory
when running npm modules we should pass in path with all forward slashes

This fixes #331

* When calculating relative folders on Windows for destination path on Linux, we need to change \ for /

* Reduce complexity by extracting methods

* V1 does not point to a file that does not exist

* Looks like something else is the cause of this test breaking. Last successful build is #371, builds after that are failing
2020-10-08 22:30:50 -07:00
..
testdata Fix path for local node12 actions (#371) 2020-09-29 13:39:45 -07:00
command.go integration test 2020-02-24 12:48:12 -08:00
command_test.go integration test 2020-02-24 12:48:12 -08:00
expression.go feat: add fromJSON support (#352) 2020-09-01 13:55:29 -07:00
expression_test.go Fix path for local node12 actions (#371) 2020-09-29 13:39:45 -07:00
logger.go Mask secrets in job output (#231) 2020-05-13 15:22:31 -07:00
run_context.go When running on Windows the correct path separator must be used (#386) 2020-10-08 22:30:50 -07:00
run_context_test.go Fix container volumes being reused sometimes (#283) 2020-06-18 08:21:55 -07: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 When running on Windows the correct path separator must be used (#386) 2020-10-08 22:30:50 -07:00