From b0215e4bb24e3dd95cf5beeb710b554c28e66d8e Mon Sep 17 00:00:00 2001 From: Mutesasira Moses Date: Thu, 9 Nov 2023 20:10:50 +0300 Subject: [PATCH] update read me --- .github/workflows/publish-frontend-dev.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 168776231e..c60eaf8fb0 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