Skip to content

build(deps-dev): bump i18n-tasks from 1.0.13 to 1.0.14 #5716

build(deps-dev): bump i18n-tasks from 1.0.13 to 1.0.14

build(deps-dev): bump i18n-tasks from 1.0.13 to 1.0.14 #5716

Workflow file for this run

name: "Ruby on Rails CI"
on:
push:
branches-ignore:
- develop
- master
- preview
- production
pull_request:
jobs:
run-unit-tests:
uses: ./.github/workflows/unit_tests.yml
with:
publish_test_report: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref == 'master' }}
secrets:
cc_test_reporter_id: ${{ secrets.CC_TEST_REPORTER_ID }}
run-feature-tests:
uses: ./.github/workflows/feature_tests.yml