th: everyone (doesn't) gets rspec'd in ci :3
ci/woodpecker/push/woodpecker Pipeline was successful Details

lolsob-rspec
kouhai dev 2023-04-22 00:14:40 -07:00
parent 6f669d0fd2
commit 778fad2a92
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: