From f737a7ca1d758e37fe819c2e8028f3b00414d78a Mon Sep 17 00:00:00 2001 From: Parth Panchal Date: Tue, 23 Nov 2021 17:12:42 +0530 Subject: [PATCH 1/4] adding paths in selenium workflow --- .github/workflows/selenium-tests.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/selenium-tests.yml b/.github/workflows/selenium-tests.yml index 8573826ddc3..fdb06696ef0 100644 --- a/.github/workflows/selenium-tests.yml +++ b/.github/workflows/selenium-tests.yml @@ -6,8 +6,16 @@ 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/**' + - 'docker/**' pull_request: branches: [main] + paths: + - 'catalog-rest-service/src/main/resource/ui/**' + - 'catalog-rest-service/src/test/java/org/openmetadata/catalog/selenium/pages/**' + - 'docker/**' jobs: build: From 2da90a3c2fffd0a8be3696688d1dc5ab95672c10 Mon Sep 17 00:00:00 2001 From: Parth Panchal Date: Tue, 23 Nov 2021 17:14:14 +0530 Subject: [PATCH 2/4] adding paths in selenium workflow --- .github/workflows/selenium-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/selenium-tests.yml b/.github/workflows/selenium-tests.yml index fdb06696ef0..a0b83777827 100644 --- a/.github/workflows/selenium-tests.yml +++ b/.github/workflows/selenium-tests.yml @@ -9,13 +9,11 @@ on: paths: - 'catalog-rest-service/src/main/resource/ui/**' - 'catalog-rest-service/src/test/java/org/openmetadata/catalog/selenium/pages/**' - - 'docker/**' pull_request: branches: [main] paths: - 'catalog-rest-service/src/main/resource/ui/**' - 'catalog-rest-service/src/test/java/org/openmetadata/catalog/selenium/pages/**' - - 'docker/**' jobs: build: From fac74827e2fa323df449d1dbb666350d09321c91 Mon Sep 17 00:00:00 2001 From: Parth Panchal Date: Tue, 23 Nov 2021 17:14:44 +0530 Subject: [PATCH 3/4] testing selenium workflow From b920da8cafb71f1c6861aa36c0706d0353366089 Mon Sep 17 00:00:00 2001 From: Parth Panchal Date: Tue, 23 Nov 2021 17:20:43 +0530 Subject: [PATCH 4/4] testing selenium workflow