From 66403bdec001509e14595d9938eca98c7ee2c77b Mon Sep 17 00:00:00 2001 From: Angel Rivera Date: Fri, 15 Feb 2019 13:35:09 -0500 Subject: [PATCH] test the ls cmd --- .github/main.workflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/main.workflow b/.github/main.workflow index 40f9394..09c25e5 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -5,5 +5,5 @@ workflow "build_test" { action "build_test01" { uses = "docker://circleci/python:2.7.14" - runs = "pwd" + runs = "ls -la" } \ No newline at end of file