Skip to content

Commit

Permalink
Update GHA versions for itests.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Korniienko <[email protected]>
  • Loading branch information
olkornii committed Jul 23, 2024
1 parent 15c6faa commit d56d8c5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand All @@ -40,13 +41,13 @@ jobs:
export DISPLAY=:99.0
Xvfb -ac :99 -screen 0 1920x1080x16 &
./gradlew integrationTest --info
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-integration-test-reports
path: build/reports/tests/integrationTest
if: always()
- name: Archiving screenshots
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: screenshots
path: |
Expand Down

0 comments on commit d56d8c5

Please sign in to comment.