Skip to content

fix: Gemfile & Gemfile.lock to reduce vulnerabilities #587

fix: Gemfile & Gemfile.lock to reduce vulnerabilities

fix: Gemfile & Gemfile.lock to reduce vulnerabilities #587

Workflow file for this run

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