mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
enabling chrome and display
This commit is contained in:
@@ -54,7 +54,7 @@ env:
|
||||
DOCKER_REPOSITORY: "${{ secrets.DOCKER_REPOSITORY_DOMAIN }}/alfresco/demo-shell"
|
||||
|
||||
jobs:
|
||||
run-git-tag:
|
||||
devel:
|
||||
uses: ./.github/workflows/pull-request.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
|
||||
@@ -109,8 +109,13 @@ jobs:
|
||||
fetch-depth: 0 # Fetch all history for all tags and branches
|
||||
- uses: ./.github/actions/setup
|
||||
- uses: ./.github/actions/download-cache-and-artifacts
|
||||
- name: setup chrome
|
||||
uses: ./.github/actions/setup-chrome
|
||||
- name: Run unit tests
|
||||
run: nx affected:test $NX_CALCULATION_FLAGS --exclude="${{ matrix.unit-tests.exclude }}"
|
||||
run: |
|
||||
chromedriver --url-base=/wd/hub &
|
||||
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional
|
||||
nx affected:test $NX_CALCULATION_FLAGS --exclude="${{ matrix.unit-tests.exclude }}"
|
||||
|
||||
build-libs:
|
||||
# long timeout required when cache has to be recreated
|
||||
|
||||
Reference in New Issue
Block a user