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
This commit is contained in:
parthp2107 2021-11-16 18:26:09 +05:30 committed by GitHub
parent 38761ea414
commit c6eac34c3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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