Update ci.yaml
CI Pipeline / test (20) (pull_request) Failing after 5m47s
CI Pipeline / test (18) (pull_request) Failing after 5m59s
CI Pipeline / e2e (chromium) (pull_request) Successful in 2m39s
CI Pipeline / e2e (firefox) (pull_request) Successful in 5m30s
CI Pipeline / e2e (webkit) (pull_request) Successful in 3m11s
CI Pipeline / performance (pull_request) Failing after 2m47s
CI Pipeline / visual-regression (pull_request) Successful in 3m22s
CI Pipeline / lint (pull_request) Failing after 1m15s
CI Pipeline / storybook (pull_request) Successful in 1m39s
CI Pipeline / build (pull_request) Successful in 1m26s
CI Pipeline / test (20) (pull_request) Failing after 5m47s
CI Pipeline / test (18) (pull_request) Failing after 5m59s
CI Pipeline / e2e (chromium) (pull_request) Successful in 2m39s
CI Pipeline / e2e (firefox) (pull_request) Successful in 5m30s
CI Pipeline / e2e (webkit) (pull_request) Successful in 3m11s
CI Pipeline / performance (pull_request) Failing after 2m47s
CI Pipeline / visual-regression (pull_request) Successful in 3m22s
CI Pipeline / lint (pull_request) Failing after 1m15s
CI Pipeline / storybook (pull_request) Successful in 1m39s
CI Pipeline / build (pull_request) Successful in 1m26s
This commit is contained in:
@@ -48,7 +48,7 @@ jobs:
|
||||
if: ${{ github.server_url == 'https://github.com' }}
|
||||
with: { node-version: 20, cache: npm }
|
||||
- uses: actions/setup-node@v4
|
||||
if: ${{ github.server_url != 'https://github.com' }}
|
||||
if: ${{ github.server_url != 'https://github.com' || !github.server_url }}
|
||||
with: { node-version: 20 }
|
||||
- run: npm ci
|
||||
- name: Install Playwright
|
||||
@@ -115,7 +115,7 @@ jobs:
|
||||
if: ${{ github.server_url == 'https://github.com' }}
|
||||
with: { node-version: 20, cache: npm }
|
||||
- uses: actions/setup-node@v4
|
||||
if: ${{ github.server_url != 'https://github.com' }}
|
||||
if: ${{ github.server_url != 'https://github.com' || !github.server_url }}
|
||||
with: { node-version: 20 }
|
||||
- run: npm ci
|
||||
- name: Install Playwright
|
||||
@@ -196,7 +196,7 @@ jobs:
|
||||
if: ${{ github.server_url == 'https://github.com' }}
|
||||
with: { node-version: 20, cache: npm }
|
||||
- uses: actions/setup-node@v4
|
||||
if: ${{ github.server_url != 'https://github.com' }}
|
||||
if: ${{ github.server_url != 'https://github.com' || !github.server_url }}
|
||||
with: { node-version: 20 }
|
||||
- run: npm ci
|
||||
|
||||
@@ -340,7 +340,7 @@ jobs:
|
||||
if: ${{ github.server_url == 'https://github.com' }}
|
||||
with: { node-version: 20, cache: npm }
|
||||
- uses: actions/setup-node@v4
|
||||
if: ${{ github.server_url != 'https://github.com' }}
|
||||
if: ${{ github.server_url != 'https://github.com' || !github.server_url }}
|
||||
with: { node-version: 20 }
|
||||
- run: npm ci
|
||||
- run: npm run storybook:build:github
|
||||
@@ -355,7 +355,7 @@ jobs:
|
||||
if: ${{ github.server_url == 'https://github.com' }}
|
||||
with: { node-version: 20, cache: npm }
|
||||
- uses: actions/setup-node@v4
|
||||
if: ${{ github.server_url != 'https://github.com' }}
|
||||
if: ${{ github.server_url != 'https://github.com' || !github.server_url }}
|
||||
with: { node-version: 20 }
|
||||
- run: npm ci
|
||||
- run: npm run lint
|
||||
@@ -369,7 +369,7 @@ jobs:
|
||||
if: ${{ github.server_url == 'https://github.com' }}
|
||||
with: { node-version: 20, cache: npm }
|
||||
- uses: actions/setup-node@v4
|
||||
if: ${{ github.server_url != 'https://github.com' }}
|
||||
if: ${{ github.server_url != 'https://github.com' || !github.server_url }}
|
||||
with: { node-version: 20 }
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
|
||||
Reference in New Issue
Block a user