Files
game-data/.woodpecker.yml
Gregory Ballantine 164eea1bde
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
Updated Woodpecker config for 3.x
2025-08-12 21:59:59 -04:00

29 lines
598 B
YAML

steps:
test_ruby34:
image: ruby:3.4
commands:
- gem install rake
- bundle config set --local path "vendor/bundle"
- bundle install
- rake db:migrate
- rake test:unit
group: tests
style:
image: ruby:3.4
commands:
- gem install rake
- bundle config set --local path "vendor/bundle"
- rake test:rubocop
gitea_release:
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_api_key
base_url: https://git.metaunix.net
title: "${CI_COMMIT_TAG}"
when:
event:
- tag