diff --git a/.github/workflows/publish-frontend-dev.yml b/.github/workflows/publish-frontend-dev.yml index 89833c7aec..a12f89ec3f 100644 --- a/.github/workflows/publish-frontend-dev.yml +++ b/.github/workflows/publish-frontend-dev.yml @@ -3,7 +3,7 @@ # separate terms of service, privacy policy, and support # documentation. -name: Publish 3.X FrontEnd Docker image +name: Publish 3.X Dev FrontEnd Docker image on: push: diff --git a/README.md b/README.md index 6ab91c0861..108789a901 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,12 @@ You can find more information on how to set up OpenELIS at our [docs page](http: git submodule update --init --recursive cd OpenELIS-Global-2/dataexport - mvn clean install + mvn clean install -DskipTests 3. Build the War file cd OpenELIS-Global-2 - mvn clean install + mvn clean install -DskipTests 4. Start the containers to mount the locally compiled artifacts