fix: update workflow to run on current branch and use macos-latest runner
CI Pipeline / e2e (chromium) (push) Waiting to run
CI Pipeline / e2e (firefox) (push) Waiting to run
CI Pipeline / lint (push) Waiting to run
CI Pipeline / test (18) (push) Failing after 1m52s
CI Pipeline / test (20) (push) Failing after 2m2s
CI Pipeline / e2e (webkit) (push) Failing after 3s
CI Pipeline / visual-regression (push) Failing after 2s
CI Pipeline / performance (push) Failing after 1s
CI Pipeline / storybook (push) Failing after 1s
CI Pipeline / build (push) Failing after 2s
CI Pipeline / e2e (chromium) (push) Waiting to run
CI Pipeline / e2e (firefox) (push) Waiting to run
CI Pipeline / lint (push) Waiting to run
CI Pipeline / test (18) (push) Failing after 1m52s
CI Pipeline / test (20) (push) Failing after 2m2s
CI Pipeline / e2e (webkit) (push) Failing after 3s
CI Pipeline / visual-regression (push) Failing after 2s
CI Pipeline / performance (push) Failing after 1s
CI Pipeline / storybook (push) Failing after 1s
CI Pipeline / build (push) Failing after 2s
This commit is contained in:
@@ -3,14 +3,14 @@ run-name: ${{ gitea.actor }} triggered CI pipeline
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main, develop]
|
branches: [main, develop, adilallo/enhancement/TestingFramework]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main, develop]
|
branches: [main, develop]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Unit and Integration Tests
|
# Unit and Integration Tests
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: macos-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [18, 20]
|
node-version: [18, 20]
|
||||||
@@ -41,7 +41,7 @@ jobs:
|
|||||||
|
|
||||||
# E2E Tests
|
# E2E Tests
|
||||||
e2e:
|
e2e:
|
||||||
runs-on: ubuntu-latest
|
runs-on: macos-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
browser: [chromium, firefox, webkit]
|
browser: [chromium, firefox, webkit]
|
||||||
@@ -90,7 +90,7 @@ jobs:
|
|||||||
|
|
||||||
# Visual Regression Tests
|
# Visual Regression Tests
|
||||||
visual-regression:
|
visual-regression:
|
||||||
runs-on: ubuntu-latest
|
runs-on: macos-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
@@ -136,7 +136,7 @@ jobs:
|
|||||||
|
|
||||||
# Performance Tests
|
# Performance Tests
|
||||||
performance:
|
performance:
|
||||||
runs-on: ubuntu-latest
|
runs-on: macos-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
@@ -169,7 +169,7 @@ jobs:
|
|||||||
|
|
||||||
# Storybook Tests
|
# Storybook Tests
|
||||||
storybook:
|
storybook:
|
||||||
runs-on: ubuntu-latest
|
runs-on: macos-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
@@ -194,7 +194,7 @@ jobs:
|
|||||||
|
|
||||||
# Lint and Format
|
# Lint and Format
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: macos-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
@@ -217,7 +217,7 @@ jobs:
|
|||||||
|
|
||||||
# Build Verification
|
# Build Verification
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: macos-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ runner:
|
|||||||
fetch_timeout: 5s
|
fetch_timeout: 5s
|
||||||
fetch_interval: 2s
|
fetch_interval: 2s
|
||||||
labels:
|
labels:
|
||||||
- "ubuntu-latest:docker://mcr.microsoft.com/playwright:v1.54.2-jammy"
|
|
||||||
- "macos-latest:host"
|
- "macos-latest:host"
|
||||||
- "self-hosted:host"
|
- "self-hosted:host"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user