2025-04-22 10:24:53 +02:00
|
|
|
when:
|
2025-04-24 11:52:29 +02:00
|
|
|
- event: push
|
2025-04-24 13:33:20 +02:00
|
|
|
- event: manual
|
2025-04-22 10:24:53 +02:00
|
|
|
|
|
|
|
|
steps:
|
2025-04-28 13:58:51 +02:00
|
|
|
- name: test
|
2025-04-28 16:13:29 +02:00
|
|
|
image: docker.io/node:hydrogen
|
2025-04-24 13:47:36 +02:00
|
|
|
volumes:
|
2025-04-24 14:39:57 +02:00
|
|
|
- /etc/ssh:/etc/ssh
|
2025-04-28 13:58:51 +02:00
|
|
|
commands:
|
|
|
|
|
- npm ci
|
|
|
|
|
- npm run test:unit
|
|
|
|
|
- npm run deploy
|