Skip to content

Commit

Permalink
test the ls cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
punkdata committed Feb 16, 2019
1 parent 5ba7be0 commit 2736c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 2736c6e

Please sign in to comment.