mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-05 15:48:03 +00:00
Merge pull request #1338 from open-metadata/selenium-paths
Selenium paths
This commit is contained in:
commit
d62b2c5a06
6
.github/workflows/selenium-tests.yml
vendored
6
.github/workflows/selenium-tests.yml
vendored
@ -6,8 +6,14 @@ name: Selenium Java CI
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- 'catalog-rest-service/src/main/resource/ui/**'
|
||||
- 'catalog-rest-service/src/test/java/org/openmetadata/catalog/selenium/pages/**'
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths:
|
||||
- 'catalog-rest-service/src/main/resource/ui/**'
|
||||
- 'catalog-rest-service/src/test/java/org/openmetadata/catalog/selenium/pages/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
x
Reference in New Issue
Block a user