Bump xunit from 2.9.0 to 2.9.2 in /coster in the xunit group #215
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Parser tests | |
on: | |
pull_request: | |
branches: | |
- main | |
paths-ignore: | |
- 'parser/**' | |
- .github/workflows/parser.yml | |
jobs: | |
tests: | |
name: Parser tests | |
runs-on: ubuntu-20.04 | |
steps: | |
- run: echo "Handling skipped but required check, see https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks" |