Skip to content

Commit

Permalink
Bump GitHub Actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud committed Mar 26, 2024
1 parent 3dfc352 commit 3c65e4d
Show file tree
Hide file tree
Showing 34 changed files with 140 additions and 106 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/platform-install-advanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,20 @@ jobs:
HUB_PORT: 4444
steps:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: 'temurin'
java-version: '8'
- name: Checkout openmrs-core
uses: actions/checkout@master
uses: actions/checkout@v4
with:
repository: openmrs/openmrs-core
- name: build platform
run: |
mvn clean install -DskipTests=true
cp webapp/target/openmrs.war ../
- name: Checkout qaframework
uses: actions/checkout@master
uses: actions/checkout@v4
with:
repository: ${{github.repository}}
- name: run db and web containers
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/platform-install-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ jobs:
HUB_PORT: 4444
steps:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: 'temurin'
java-version: '8'
- name: Checkout openmrs-core
uses: actions/checkout@master
uses: actions/checkout@v4
with:
repository: openmrs/openmrs-core
- name: build platform
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/platform-install-simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ jobs:
HUB_PORT: 4444
steps:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: 'temurin'
java-version: '8'
- name: Checkout openmrs-core
uses: actions/checkout@master
uses: actions/checkout@v4
with:
repository: openmrs/openmrs-core
- name: build platform
Expand All @@ -31,7 +32,7 @@ jobs:
mvn clean install -DskipTests=true
cp webapp/target/openmrs.war ../
- name: Checkout qaframework
uses: actions/checkout@master
uses: actions/checkout@v4
with:
repository: ${{github.repository}}
- name: run db and web containers
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/platform-install-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,20 @@ jobs:
HUB_PORT: 4444
steps:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: 'temurin'
java-version: '8'
- name: Checkout openmrs-core
uses: actions/checkout@master
uses: actions/checkout@v4
with:
repository: openmrs/openmrs-core
- name: build platform
run: |
mvn clean install -DskipTests=true
cp webapp/target/openmrs.war ../
- name: Checkout qaframework
uses: actions/checkout@master
uses: actions/checkout@v4
with:
repository: ${{github.repository}}
- name: run db and web containers
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/platform-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ jobs:
HUB_PORT: 4444
steps:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: 'temurin'
java-version: '8'
- name: Checkout openmrs-core
uses: actions/checkout@master
uses: actions/checkout@v4
with:
repository: openmrs/openmrs-core
- name: build platform
Expand All @@ -31,7 +32,7 @@ jobs:
mvn clean install -DskipTests=true
cp webapp/target/openmrs.war ../
- name: Checkout qaframework
uses: actions/checkout@master
uses: actions/checkout@v4
with:
repository: ${{github.repository}}
- name: run db and web containers
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
HUB_PORT: 4444
steps:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: 'temurin'
java-version: '8'
- name: Checkout qaframework
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Run db and web containers
run: |
docker-compose -f docker/docker-compose-refqa.yml up -d
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/refapp-2x-appointment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
HUB_PORT: 4444
steps:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: 'temurin'
java-version: '8'
- name: Checkout qaframework
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
- name: Run db and web containers
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/refapp-2x-clinical-visit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
HUB_PORT: 4444
steps:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: 'temurin'
java-version: '8'
- name: Checkout qaframework
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Run db and web containers
run: |
docker-compose -f docker/docker-compose-refqa.yml up -d
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/refapp-2x-condition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
HUB_PORT: 4444
steps:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: 'temurin'
java-version: '8'
- name: Checkout qaframework
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
- name: Run db and web containers
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/refapp-2x-find-Patient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
HUB_PORT: 4444
steps:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: 'temurin'
java-version: '8'
- name: Checkout qaframework
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
- name: Run db and web containers
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/refapp-2x-form.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
HUB_PORT: 4444
steps:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: 'temurin'
java-version: '8'
- name: Checkout qaframework
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
- name: Run db and web containers
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/refapp-2x-inpatient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
HUB_PORT: 4444
steps:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: 'temurin'
java-version: '8'
- name: Checkout qaframework
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
- name: Run db and web containers
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/refapp-2x-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ jobs:
HUB_PORT: 4444
steps:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: 'temurin'
java-version: '8'
- name: Checkout qaframework
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
- name: Run db and web containers
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/refapp-2x-location-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
HUB_PORT: 4444
steps:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: 'temurin'
java-version: '8'
- name: Checkout qaframework
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
- name: Run db and web containers
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/refapp-2x-login.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
HUB_PORT: 4444
steps:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: 'temurin'
java-version: '8'
- name: Checkout qaframework
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
- name: Run db and web containers
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/refapp-2x-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
HUB_PORT: 4444
steps:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: 'temurin'
java-version: '8'
- name: Checkout qaframework
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
- name: Run db and web containers
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/refapp-2x-open-concept-lab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
HUB_PORT: 4444
steps:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: 'temurin'
java-version: '8'
- name: Checkout qaframework
uses: actions/checkout@v1
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
- name: Run db and web containers
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/refapp-2x-patient-allergies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
HUB_PORT: 4444
steps:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: 'temurin'
java-version: '8'
- name: Checkout qaframework
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
- name: Run db and web containers
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/refapp-2x-patient-demographics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
HUB_PORT: 4444
steps:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: 'temurin'
java-version: '8'
- name: Checkout qaframework
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
- name: Run db and web containers
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/refapp-2x-patient-encounter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
HUB_PORT: 4444
steps:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: 'temurin'
java-version: '8'
- name: Checkout qaframework
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
- name: Run db and web containers
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/refapp-2x-patient-record.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
HUB_PORT: 4444
steps:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: 'temurin'
java-version: '8'
- name: Checkout qaframework
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
- name: Run db and web containers
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/refapp-2x-patient-visit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
HUB_PORT: 4444
steps:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: 'temurin'
java-version: '8'
- name: Checkout qaframework
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
- name: Run db and web containers
Expand Down
Loading

0 comments on commit 3c65e4d

Please sign in to comment.