Skip to content

Commit 283c080

Browse files
committed
chore: invoke hurl within tests/ directory in order to use version installed by mise
Correction for 1db016b commit.
1 parent 1db016b commit 283c080

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/integration-tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,17 @@ jobs:
9797
MISE_DISABLE_TOOLS: go,node,python
9898

9999
- name: Show Hurl version
100+
working-directory: tests
100101
run: hurl --version
101102

102103
- name: Run integration tests
104+
working-directory: tests
103105
run: >-
104106
hurl \
105107
--error-format long \
106108
--variable SERVER_URL=http://127.0.0.1:${{ matrix.application-port }} \
107109
--variable skip_500_error_testing=${{ matrix.skip_500_error_testing }} \
108-
--test tests/
110+
--test
109111
110112
- name: Show application logs
111113
if: failure()

0 commit comments

Comments
 (0)