Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralfaro-dotcms committed Dec 5, 2024
1 parent a315db5 commit 0a9370e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd_comp_test-phase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
# E2E Tests
linux-e2e-tests:
name: E2E Tests ${{matrix.suites.name}}
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
if: inputs.e2e || inputs.run-all-tests
timeout-minutes: 240
env:
Expand All @@ -238,7 +238,7 @@ jobs:
- uses: ./.github/actions/core-cicd/maven-job
with:
stage-name: "E2E ${{ matrix.suites.name }}"
maven-args: "verify -De2e.test.skip=false ${{ matrix.suites.maven_args}}"
maven-args: "verify -Pcoverage -De2e.test.skip=false ${{ matrix.suites.maven_args}}"
generates-test-results: true
dotcms-license: ${{ secrets.DOTCMS_LICENSE }}
requires-node: true
Expand Down

0 comments on commit 0a9370e

Please sign in to comment.