diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94215b82..f2fa1a0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: jobs: psv-linux-build-test-codecov: name: PSV / Linux Build / Tests / Code coverage - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - name: Use Node.js diff --git a/scripts/linux/psv/build_test_psv.sh b/scripts/linux/psv/build_test_psv.sh index 2ceae73b..a7d557b9 100755 --- a/scripts/linux/psv/build_test_psv.sh +++ b/scripts/linux/psv/build_test_psv.sh @@ -47,8 +47,7 @@ npm run integration-test npm run functional-test # Test the generated bundles -# FIXME: Tests are failing now with `Failed to launch the browser process!` -# npm run http-server-testing-bundles & npm run test-generated-bundles +npm run http-server-testing-bundles & npm run test-generated-bundles # Generate and upload codecov npm run codecov