Skip to content

[Snyk] Security upgrade rubocop-rails from 2.23.1 to 2.24.0 #297

[Snyk] Security upgrade rubocop-rails from 2.23.1 to 2.24.0

[Snyk] Security upgrade rubocop-rails from 2.23.1 to 2.24.0 #297

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