Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions scripts/linux/psv/build_test_psv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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