Skip to content

[#73846] Failing spec ./modules/meeting/spec/features/recurring_meetings/recurring_meeting_move_to_next_spec.rb:184 #15829

[#73846] Failing spec ./modules/meeting/spec/features/recurring_meetings/recurring_meeting_move_to_next_spec.rb:184

[#73846] Failing spec ./modules/meeting/spec/features/recurring_meetings/recurring_meeting_move_to_next_spec.rb:184 #15829

Workflow file for this run

name: Dangerfile
on:
pull_request:
types: [opened, reopened, synchronize]
paths-ignore:
- 'docs/**'
- 'help/**'
- 'packaging/**'
- '.pkgr.yml'
jobs:
danger:
if: github.repository_owner == 'opf'
runs-on: [ubuntu-latest]
timeout-minutes: 10
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: .ruby-version
bundler-cache: true
- name: Setup danger
run: |
gem install danger
- name: Run inconsistent translations check
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
danger --verbose