File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
- name : Run test suite
110
110
run : |
111
111
./mvnw -B -ntp versions:set -DnewVersion=${{ inputs.sha }}
112
- ./mvnw -B -V -ntp -Dsurefire.suiteXmlFiles='src/test/resources/${{ github.event. inputs.test_suite }}.xml' -f 'e2e-tests' test -Pprod
112
+ ./mvnw -B -V -ntp -Dsurefire.suiteXmlFiles='src/test/resources/${{ inputs.suite_name }}.xml' -f 'e2e-tests' test -Pprod
113
113
114
114
- name : Dump Docker logs on failure
115
115
if : failure()
Original file line number Diff line number Diff line change 22
22
23
23
Welcome, and thank you for opening your first issue in the repo!
24
24
25
- Please wait for triaging by our maintainers.
26
-
25
+ Please wait for triaging by our maintainers.
26
+
27
27
As development is carried out in our spare time, you can support us by sponsoring our activities or even funding the development of specific issues.
28
28
[Sponsorship link](https://github.com/kafbat)
29
29
34
34
35
35
Welcome, and thank you for opening your first PR in the repo!
36
36
37
- Please wait for triaging by our maintainers.
37
+ Please wait for triaging by our maintainers.
38
38
39
39
Please take a look at our [contributing guide](https://ui.docs.kafbat.io/development/contributing).
You can’t perform that action at this time.
0 commit comments