-
Notifications
You must be signed in to change notification settings - Fork 279
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1494 from mozzy11/develop
Add XML formatter and VAlidate frontEnd Format in CI
- Loading branch information
Showing
141 changed files
with
6,046 additions
and
5,854 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,13 +48,10 @@ jobs: | |
repository: ${{github.repository}} | ||
submodules: recursive | ||
|
||
- name: Run OpenELIS image | ||
run: docker compose -f build.docker-compose.yml up -d --build --wait --wait-timeout 600 | ||
|
||
- name: Set up Node.js | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 14.x | ||
node-version: 20 | ||
|
||
- name: Install dependencies | ||
run: npm install | ||
|
@@ -64,6 +61,13 @@ jobs: | |
run: npm install [email protected] -g | ||
working-directory: frontend | ||
|
||
- name: Check Format | ||
run: npx prettier ./ --check | ||
working-directory: frontend | ||
|
||
- name: Build OpenELIS Images and Run containers | ||
run: docker compose -f build.docker-compose.yml up -d --build --wait --wait-timeout 600 | ||
|
||
- name: Run Frontend Qa Workflow | ||
run: npx cypress run –headless | ||
working-directory: frontend | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,3 +31,4 @@ src/main/resources/adminPassword.txt | |
*/plugins/*.jar | ||
Patient/* | ||
volume/* | ||
tools/Liquibase-Outdated |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.