Skip to content

Commit 4fdffaf

Browse files
committed
Merge remote-tracking branch 'origin/vlad/develop' into vlad/develop
2 parents 2548376 + a4ba10a commit 4fdffaf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/e2e-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- name: Run test suite
110110
run: |
111111
./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
113113
114114
- name: Dump Docker logs on failure
115115
if: failure()

.github/workflows/welcome-first-time-contributors.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
2323
Welcome, and thank you for opening your first issue in the repo!
2424
25-
Please wait for triaging by our maintainers.
26-
25+
Please wait for triaging by our maintainers.
26+
2727
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.
2828
[Sponsorship link](https://github.com/kafbat)
2929
@@ -34,6 +34,6 @@ jobs:
3434
3535
Welcome, and thank you for opening your first PR in the repo!
3636
37-
Please wait for triaging by our maintainers.
37+
Please wait for triaging by our maintainers.
3838
3939
Please take a look at our [contributing guide](https://ui.docs.kafbat.io/development/contributing).

0 commit comments

Comments
 (0)