⌧-Pipelines main
Automated CI/CD workflow for git.dev/core-engine
Success Rate (7d)
98.2%
↑ 1.2% vs last week
Avg. Build Time
4m 12s
↓ 35s faster
Active Runs
3
Currently executing
Current Run: #8423
In Progress
Checkout
Build
Test
Security Scan
Deploy
Live Logs
Step: Test
runner-8423: bash
100% CPU
10:42:01Starting test suite...
10:42:03Loading fixtures...
10:42:05[PASS] unit/auth.test.js (12ms)
10:42:06[PASS] unit/core.test.js (45ms)
10:42:08[WARN] Deprecation: utils/legacy.js
10:42:10[PASS] integration/api.test.js (230ms)
10:42:15Running e2e scenarios...
10:42:18[PASS] e2e/checkout-flow.js
10:42:22Waiting for coverage report...
10:42:25
Pipeline Config
Valid
1# .git/pipeline.yaml
2trigger: main
3
4steps:
5 - name: Build
6 run: npm run build
7 - name: Test
8 run: npm test
9 timeout: 300
10- name: Deploy
11 if: success()
12 run: git deploy
Environment
NODE_ENV
production
CI_DEBUG
false
DOCKER_VERSION
24.0.2