From c6eac34c3efaaaffaceecbebcd1054d83dd3efca Mon Sep 17 00:00:00 2001 From: parthp2107 <83201188+parthp2107@users.noreply.github.com> Date: Tue, 16 Nov 2021 18:26:09 +0530 Subject: [PATCH] changed script (#1201) * changed script * testing changes for failing tests * testing changes for failing tests * testing changes for failing tests * testing changes for failing tests --- .github/workflows/selenium-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/selenium-tests.yml b/.github/workflows/selenium-tests.yml index 9af52af057d..4e563b69463 100644 --- a/.github/workflows/selenium-tests.yml +++ b/.github/workflows/selenium-tests.yml @@ -23,7 +23,7 @@ jobs: distribution: 'adopt' - name: Start Server and Ingest Sample Data - run: ./bin/initAndIngest.sh + run: ./docker/run_local_docker.sh - name: Run Page Tests run: mvn clean test -Dtest="org.openmetadata.catalog.selenium.pages.**.*.java" -DfailIfNoTests=false