Skip to content

Commit 4faa8b2

Browse files
Enable test-generated-bundles (#539)
Updating image to `ubuntu-22.04` Relates-To: MINOR Signed-off-by: Andrey Kashcheev <[email protected]>
1 parent 4dc9251 commit 4faa8b2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
psv-linux-build-test-codecov:
1313
name: PSV / Linux Build / Tests / Code coverage
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Use Node.js

scripts/linux/psv/build_test_psv.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ npm run integration-test
4747
npm run functional-test
4848

4949
# Test the generated bundles
50-
# FIXME: Tests are failing now with `Failed to launch the browser process!`
51-
# npm run http-server-testing-bundles & npm run test-generated-bundles
50+
npm run http-server-testing-bundles & npm run test-generated-bundles
5251

5352
# Generate and upload codecov
5453
npm run codecov

0 commit comments

Comments
 (0)