We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a92f1c commit 66403bdCopy full SHA for 66403bd
1 file changed
.github/main.workflow
@@ -5,5 +5,5 @@ workflow "build_test" {
5
6
action "build_test01" {
7
uses = "docker://circleci/python:2.7.14"
8
- runs = "pwd"
+ runs = "ls -la"
9
}
0 commit comments