Skip to content

build(deps-dev): bump rubocop from 1.57.2 to 1.58.0 #76

build(deps-dev): bump rubocop from 1.57.2 to 1.58.0

build(deps-dev): bump rubocop from 1.57.2 to 1.58.0 #76

Workflow file for this run

name: "Run our tests"
on:
push:
branches-ignore:
- develop
- staging
- main
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