adilallo/enhancement/TestingFramework #16

Closed
an.di wants to merge 13 commits from adilallo/enhancement/TestingFramework into main
2 changed files with 11 additions and 10 deletions
Showing only changes of commit 39945f0edb - Show all commits
+8 -8
View File
@@ -21,7 +21,7 @@ jobs:
- run: echo "✅ Triggers work. Actor=${{ gitea.actor }} Ref=${{ gitea.ref }}"
test:
runs-on: ubuntu-latest
runs-on: ["self-hosted", "ubuntu-latest"]
strategy:
matrix: { node-version: [18, 20] }
env:
@@ -50,7 +50,7 @@ jobs:
# bash codecov.sh -t "${{ secrets.CODECOV_TOKEN }}" -f coverage/lcov.info -F unittests
e2e:
runs-on: ubuntu-latest
runs-on: ["self-hosted", "ubuntu-latest"]
strategy:
matrix: { browser: [chromium, firefox, webkit] }
steps:
@@ -83,7 +83,7 @@ jobs:
retention-days: 30
visual-regression:
runs-on: ubuntu-latest
runs-on: ["self-hosted", "ubuntu-latest"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
@@ -119,8 +119,8 @@ jobs:
path: visual-regression.tgz
retention-days: 30
performance:
runs-on: ubuntu-latest
performance:
runs-on: ["self-hosted", "ubuntu-latest"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
@@ -158,7 +158,7 @@ jobs:
path: lhci-results
storybook:
runs-on: ubuntu-latest
runs-on: ["self-hosted", "ubuntu-latest"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
@@ -169,7 +169,7 @@ jobs:
env: { CI: true }
lint:
runs-on: ubuntu-latest
runs-on: ["self-hosted", "ubuntu-latest"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
@@ -179,7 +179,7 @@ jobs:
- run: npx prettier --check "**/*.{js,jsx,ts,tsx,json,css,md}"
build:
runs-on: ubuntu-latest
runs-on: ["self-hosted", "ubuntu-latest"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
+3 -2
View File
@@ -9,8 +9,9 @@ runner:
fetch_timeout: 5s
fetch_interval: 2s
labels:
- "ubuntu-latest:host"
- "self-hosted:host"
- "self-hosted"
- "ubuntu-latest"
- "ubuntu-22.04"
cache:
enabled: true