mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[AAE-30877] - And again
This commit is contained in:
committed by
Wojciech Duda
parent
3743970cab
commit
9960e20651
7
.github/workflows/pull-request.yml
vendored
7
.github/workflows/pull-request.yml
vendored
@@ -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
|
||||
|
@@ -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';
|
||||
};
|
||||
|
Reference in New Issue
Block a user