We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 834ceba commit 2b153beCopy full SHA for 2b153be
.circleci/config.yml
@@ -81,7 +81,7 @@ jobs:
81
82
- run:
83
name: "Say hello"
84
- command: hurl --test --variables-file .api-test/.vars .api-test/hello.hurl
+ command: hurl --test --variables-file .api-test/.vars .api-test/*.hurl
85
86
# Invoke jobs via workflows
87
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
0 commit comments