-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into fix-753-referredOutTest-react
- Loading branch information
Showing
2,333 changed files
with
231,985 additions
and
207,989 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
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 |
---|---|---|
@@ -1,41 +1,42 @@ | ||
name: OpenELIS-Global-2 CI Build | ||
name: OpenELIS-Global-2 CI Build | ||
on: | ||
push: | ||
branches: [develop ,'develop_3x'] | ||
branches: [develop] | ||
pull_request: | ||
branches: [develop ,'develop_3x'] | ||
branches: [develop] | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Set up JDK 11 | ||
uses: actions/setup-java@v1 | ||
with: | ||
java-version: 11 | ||
- name: Cache local Maven repository | ||
uses: actions/cache@v2 | ||
with: | ||
path: ~/.m2/repository | ||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} | ||
restore-keys: | | ||
${{ runner.os }}-maven- | ||
- name: Checkout OpenELIS-Global2 | ||
uses: actions/checkout@v2 | ||
with: | ||
repository: ${{github.repository}} | ||
submodules: recursive | ||
- name: Initialize and build submodules | ||
run: | | ||
cd dataexport | ||
mvn clean install | ||
cd .. | ||
- name: Build OpenELIS-Global2 | ||
run: mvn clean install | ||
|
||
- name: Run OpenELS image | ||
run : docker-compose -f build.docker-compose.yml up -d | ||
|
||
checkFormat-build-unitTest-and-run: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Set up JDK 11 | ||
uses: actions/setup-java@v1 | ||
with: | ||
java-version: 11 | ||
- name: Cache local Maven repository | ||
uses: actions/cache@v2 | ||
with: | ||
path: ~/.m2/repository | ||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} | ||
restore-keys: | | ||
${{ runner.os }}-maven- | ||
- name: Checkout OpenELIS-Global2 | ||
uses: actions/checkout@v2 | ||
with: | ||
repository: ${{github.repository}} | ||
submodules: recursive | ||
|
||
- name: check formatting | ||
run: mvn spotless:check | ||
|
||
- name: Initialize and build submodules | ||
run: | | ||
cd dataexport | ||
mvn clean install | ||
cd .. | ||
- name: Build OpenELIS-Global2 | ||
run: mvn clean install -Dspotless.check.skip=true | ||
|
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
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.