Skip to content

Commit 66403bd

Browse files
committed
test the ls cmd
1 parent 4a92f1c commit 66403bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/main.workflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ workflow "build_test" {
55

66
action "build_test01" {
77
uses = "docker://circleci/python:2.7.14"
8-
runs = "pwd"
8+
runs = "ls -la"
99
}

0 commit comments

Comments
 (0)