Skip to content

Add mechanism to fallback to legacy test selector names #229

Add mechanism to fallback to legacy test selector names

Add mechanism to fallback to legacy test selector names #229

Workflow file for this run

name: Danger
on:
pull_request:
jobs:
danger:
name: Danger
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- run: bundle exec danger
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}