We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db016b commit 283c080Copy full SHA for 283c080
.github/workflows/integration-tests.yml
@@ -97,15 +97,17 @@ jobs:
97
MISE_DISABLE_TOOLS: go,node,python
98
99
- name: Show Hurl version
100
+ working-directory: tests
101
run: hurl --version
102
103
- name: Run integration tests
104
105
run: >-
106
hurl \
107
--error-format long \
108
--variable SERVER_URL=http://127.0.0.1:${{ matrix.application-port }} \
109
--variable skip_500_error_testing=${{ matrix.skip_500_error_testing }} \
- --test tests/
110
+ --test
111
112
- name: Show application logs
113
if: failure()
0 commit comments