diff --git a/.github/workflows/ci-run-tests.yml b/.github/workflows/ci-run-tests.yml index 9121bf8aea..5d696a926d 100644 --- a/.github/workflows/ci-run-tests.yml +++ b/.github/workflows/ci-run-tests.yml @@ -16,4 +16,6 @@ jobs: tests: uses: ./.github/workflows/tests.yml with: - ignoreLowerCoverage: false \ No newline at end of file + ignoreLowerCoverage: false + skipSelenium: false + targetBaseVersion: ${{ needs.prepare.outputs.base_image_version }}