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 4a92f1c commit 66403bd
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,5 +5,5 @@ workflow "build_test" {

action "build_test01" {
uses = "docker://circleci/python:2.7.14"
runs = "pwd"
runs = "ls -la"
}

0 comments on commit 66403bd

Please sign in to comment.