enabling chrome and display

This commit is contained in:
Marco Carrozzo
2023-01-11 17:57:09 +01:00
parent 21a7363fed
commit fb3c5ec627
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -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:
+6 -1
View File
@@ -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