Compare commits

...

1 Commits

Author SHA1 Message Date
kouhai dev 778fad2a92 th: everyone (doesn't) gets rspec'd in ci :3
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-10-22 16:37:36 -07:00
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,12 @@ pipeline:
# - docker version
# - docker image build -f Dockerfile --build-arg SOURCE_TAG=$CI_COMMIT_SHA . --target build-base -t $NAME:build-base
# the world is not yet ready for this step
# test:
# <<: *docker-step
# commands:
# - docker run --rm -e RAILS_ENV=test -e NODE_ENV=development $NAME:build-base sh -c 'bundle config set --local without development && bundle install && rake spec'
# build:
# <<: *docker-step
# commands: