2025-04-29 11:20:20 +02:00
|
|
|
when:
|
2026-03-24 16:56:21 +01:00
|
|
|
- event: pull_request
|
2026-03-24 17:01:51 +01:00
|
|
|
- event: push
|
2026-03-25 11:07:07 +01:00
|
|
|
branch: main
|
2025-04-29 11:20:20 +02:00
|
|
|
- event: manual
|
|
|
|
|
|
|
|
|
|
steps:
|
2026-03-24 16:56:21 +01:00
|
|
|
- name: test
|
2026-06-19 11:27:22 +02:00
|
|
|
image: docker.io/node:24-slim
|
2026-06-19 11:08:01 +02:00
|
|
|
environment:
|
|
|
|
|
PUPPETEER_SKIP_DOWNLOAD: true
|
2025-04-29 11:20:20 +02:00
|
|
|
commands:
|
|
|
|
|
- npm ci
|
|
|
|
|
- npm run test:unit
|