mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-4646] Upgrade to Node 18 (#3163)
* regenerate lock file * switch gha to node 18 * fix dependencies for Node 18 * fix the ci/cd command invokation * update readme * fix run-e2e command * fix artifact name for e2e test results
This commit is contained in:
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
@@ -174,6 +174,7 @@ jobs:
|
||||
- uses: ./.github/actions/run-e2e
|
||||
with:
|
||||
options: "--suite=${{ matrix.e2e-suites.name }}"
|
||||
artifact-name: ${{ matrix.e2e-suites.name }}
|
||||
- uses: ./.github/actions/after-e2e
|
||||
|
||||
e2es-playwright:
|
||||
@@ -207,6 +208,7 @@ jobs:
|
||||
- uses: ./.github/actions/run-e2e
|
||||
with:
|
||||
options: "e2e/playwright/tests/folder-rules/playwright.config.ts"
|
||||
artifact-name: folder-rules
|
||||
test-runner: playwright
|
||||
- uses: ./.github/actions/after-e2e
|
||||
|
||||
|
Reference in New Issue
Block a user