From 2736c6e5c1afff0e5e7706e64e916bd147821a0e Mon Sep 17 00:00:00 2001 From: Angel Rivera Date: Fri, 15 Feb 2019 13:43: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 f551ddd..5137e99 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -5,7 +5,7 @@ workflow "build_test" { action "build_test01" { uses = "docker://circleci/python:2.7.14" - runs = "ls -la && whoami && python -V" + runs = "python -V" } # action "run whoami cmd" {