ballistica/.woodpecker/ci_spinoff_test_linux.yaml
2025-01-19 16:35:10 +03:30

15 lines
256 B
YAML

when:
- event: push
- event: pull_request
- event: cron
cron: ci
steps:
- name: test
image: codeberg.org/3ra/ballistica-dev:latest
pull: true
commands:
- make env
- make spinoff-test-core
- make spinoff-test-base