[AAE-30877] - And again

This commit is contained in:
VitoAlbano
2025-03-13 23:49:51 +00:00
committed by Wojciech Duda
parent 3743970cab
commit 9960e20651
2 changed files with 2 additions and 7 deletions

View File

@@ -182,12 +182,7 @@ jobs:
# max-parallel: 4
matrix:
unit-tests:
- name: js-api
- name: content-services
- name: core
- name: insights
- name: process-services
- name: process-services-cloud
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -197,7 +192,7 @@ jobs:
- uses: ./.github/actions/download-node-modules-and-artifacts
- name: Run unit tests
run: |
xvfb-run --auto-servernum npx nx run ${{ matrix.unit-tests.name}}:test --configuration=ci
xvfb-run --auto-servernum npx nx run ${{ matrix.unit-tests.name}}:test --verbose
lint:
# long timeout required when cache has to be recreated

View File

@@ -119,7 +119,7 @@ module.exports = function (config) {
logLevel: constants.LOG_INFO,
autoWatch: true,
browsers: process.env.CI ? ['ChromeHeadlessCI'] : ['ChromeHeadless'],
singleRun: process.env.CI ? true : false
singleRun: false
});
process.env.TZ = 'UTC';
};