Skip to content

Commit f463b92

Browse files
committed
chore: unbreak tests execution by explicitly specifying directory
Correction for 283c080 commit.
1 parent c9c8836 commit f463b92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ jobs:
107107
--error-format long \
108108
--variable SERVER_URL=http://127.0.0.1:${{ matrix.application-port }} \
109109
--variable skip_500_error_testing=${{ matrix.skip_500_error_testing }} \
110-
--test
110+
--test \
111+
.
111112
112113
- name: Show application logs
113114
if: failure()

0 commit comments

Comments
 (0)