Skip to content

Bump newrelic_rpm from 10.6.0 to 10.7.0 #132

Bump newrelic_rpm from 10.6.0 to 10.7.0

Bump newrelic_rpm from 10.6.0 to 10.7.0 #132

Workflow file for this run

name: Build and test
on:
pull_request:
branches:
- main
- "[0-9]*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- name: Build
run: |
docker build -t postcoder .
- name: Lint
run: |
docker compose run --rm app bundle exec rubocop
- name: Test
run: |
docker compose run -e APP_ENV=test --rm app bundle exec rspec