[ACS-9749] [E2E] Automated 5513 and 5516 (#4604)

* [ACS-9749] [E2E] Automated 5513 and 5516

* [ACS-9749] fixed setGranularPermission

* [ACS-9749] review fixes 1

* [ACS-9749] Excluded flaky tests

* [ACS-9749] Test upload npm logs

* [ACS-9749] Test upload npm logs v2

* [ACS-9749] updated package-lock.json
This commit is contained in:
Adam Świderski
2025-06-09 16:09:39 +02:00
committed by GitHub
parent 4927d1b199
commit b910576b82
8 changed files with 2151 additions and 3384 deletions

View File

@@ -43,6 +43,13 @@ jobs:
cache: 'npm'
- run: npm ci
- name: upload npm logs
uses: actions/upload-artifact@v4
if: failure()
with:
name: npm-logs
path: /home/runner/.npm/_logs/
- name: lint affected
if: ${{ github.event_name == 'pull_request' }}
run: npm run affected:lint -- --base=origin/develop
@@ -67,6 +74,12 @@ jobs:
cache: 'npm'
- uses: ./.github/actions/before-install
- run: npm ci
- name: upload npm logs
uses: actions/upload-artifact@v4
if: failure()
with:
name: npm-logs
path: /home/runner/.npm/_logs/
- run: npx nx build aca-playwright-shared
- run: npm run build -- $BUILD_OPTS
@@ -93,6 +106,12 @@ jobs:
cache: 'npm'
- uses: ./.github/actions/before-install
- run: npm ci
- name: upload npm logs
uses: actions/upload-artifact@v4
if: failure()
with:
name: npm-logs
path: /home/runner/.npm/_logs/
- name: Test
if: ${{ github.event_name == 'pull_request' }}