revert: restore @critical tag for e2e UI tests in release-gate
This commit is contained in:
parent
bd47a580da
commit
527bf0b6cd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release-gate.yml
vendored
4
.github/workflows/release-gate.yml
vendored
|
|
@ -591,12 +591,12 @@ jobs:
|
||||||
docker compose logs
|
docker compose logs
|
||||||
exit 1
|
exit 1
|
||||||
|
|
||||||
- name: Run UI tests
|
- name: Run critical UI tests
|
||||||
run: >
|
run: >
|
||||||
mvn test -f e2e/ui/pom.xml
|
mvn test -f e2e/ui/pom.xml
|
||||||
-DbaseUrl=http://localhost:3000
|
-DbaseUrl=http://localhost:3000
|
||||||
-DuiBaseUrl=http://localhost:3000
|
-DuiBaseUrl=http://localhost:3000
|
||||||
-Dkarate.options="--tags @ui"
|
-Dkarate.options="--tags @critical"
|
||||||
|
|
||||||
- name: Upload Karate UI reports
|
- name: Upload Karate UI reports
|
||||||
if: always()
|
if: always()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue