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