Testing Framwork #17

Merged
an.di merged 83 commits from adilallo/enhancement/TestingFramework2 into main 2025-09-03 18:50:40 +00:00
2 changed files with 45 additions and 37 deletions
Showing only changes of commit 9ecba9a6f1 - Show all commits
+8
View File
@@ -9,6 +9,14 @@ on:
branches: [main, develop]
jobs:
canary:
runs-on: [self-hosted, macos-latest]
steps:
- run: |
uname -a
node -v || true
echo "Runner labels OK ✅"
test:
runs-on: [self-hosted, macos-latest]
strategy:
+2 -2
View File
@@ -9,8 +9,8 @@ runner:
fetch_timeout: 5s
fetch_interval: 2s
labels:
- "macos-latest:host"
- "self-hosted:host"
- "self-hosted"
- "macos-latest"
cache:
enabled: true