Python: Handle empty lines in Description AST node and add test cases when there is only a comment between the scenario line and the first step #1581
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: test-c | |
on: | |
push: | |
branches: | |
- main | |
- renovate/** | |
paths: | |
- c/** | |
- testdata/** | |
- .github/** | |
pull_request: | |
branches: | |
- main | |
paths: | |
- c/** | |
- testdata/** | |
- .github/** | |
workflow_call: | |
jobs: | |
test-c: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: run make | |
run: make | |
working-directory: c |