mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-16 20:15:46 -06:00
Fix Chrome and Firefox in new test framework on GitHub Actions (#44804)
Closes #44776 Signed-off-by: stianst <stianst@gmail.com>
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -914,7 +914,7 @@ jobs:
|
||||
|
||||
- name: Run new Forms IT
|
||||
run: |
|
||||
./mvnw package -f tests/pom.xml -Dkc.test.browser=${{ matrix.browser }} -Dtest=FormsTestSuite
|
||||
./mvnw package -f tests/pom.xml -Dkc.test.browser=${{ matrix.browser }}-headless -Dtest=FormsTestSuite
|
||||
|
||||
- uses: ./.github/actions/upload-flaky-tests
|
||||
name: Upload flaky tests
|
||||
|
||||
Reference in New Issue
Block a user