Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump GitHub Actions to v4 #496

Merged
merged 1 commit into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'
kdaud marked this conversation as resolved.
Show resolved Hide resolved
- 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
Loading