Skip to content

build(deps): bump jbuilder from 2.11.5 to 2.12.0 #512

build(deps): bump jbuilder from 2.11.5 to 2.12.0

build(deps): bump jbuilder from 2.11.5 to 2.12.0 #512

Workflow file for this run

name: "Run our tests"
on:
- push
- pull_request
jobs:
run-unit-tests:
uses: ./.github/workflows/rubyonrails.yml
with:
publish_test_report: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref == 'develop' }}
secrets:
cc_test_reporter_id: ${{ secrets.CC_TEST_REPORTER_ID }}
run-docker-build:
uses: ./.github/workflows/docker-image.yml