We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1272871 commit ec9c4fbCopy full SHA for ec9c4fb
.github/actions/python-test/action.yml
@@ -11,6 +11,7 @@ runs:
11
uses: actions/setup-python@v4
12
with:
13
python-version: '3.13'
14
+ shell: bash
15
16
- name: Install dependencies
17
run: |
@@ -38,6 +39,7 @@ runs:
38
39
shell: bash
40
41
- name: Display coverage summary in job summary
42
43
44
echo "## Code Coverage Summary for $(echo ${{ inputs.project-path }} | cut -d '/' -f 2)" >> $GITHUB_STEP_SUMMARY
45
echo '```' >> $GITHUB_STEP_SUMMARY
0 commit comments