We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66403bd commit 796bfd7Copy full SHA for 796bfd7
1 file changed
.github/main.workflow
@@ -3,7 +3,12 @@ workflow "build_test" {
3
resolves = ["build_test01"]
4
}
5
6
-action "build_test01" {
+action "run ls cmd" {
7
uses = "docker://circleci/python:2.7.14"
8
- runs = "ls -la"
9
-}
+ runs = "ls -la && whoami && python -V"
+}
10
+
11
+# action "run whoami cmd" {
12
+# uses = "docker://circleci/python:2.7.14"
13
+# runs = "whoami"
14
+# }
0 commit comments