Skip to content

Commit 796bfd7

Browse files
committed
test the ls cmd
1 parent 66403bd commit 796bfd7

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

.github/main.workflow

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ workflow "build_test" {
33
resolves = ["build_test01"]
44
}
55

6-
action "build_test01" {
6+
action "run ls cmd" {
77
uses = "docker://circleci/python:2.7.14"
8-
runs = "ls -la"
9-
}
8+
runs = "ls -la && whoami && python -V"
9+
}
10+
11+
# action "run whoami cmd" {
12+
# uses = "docker://circleci/python:2.7.14"
13+
# runs = "whoami"
14+
# }

0 commit comments

Comments
 (0)