fix: correct yaml lint issues

This commit is contained in:
josegonzalez
2022-12-29 10:22:04 -05:00
committed by GitHub
parent 9f1bfb0d06
commit 0657e3a1f1

View File

@@ -163,7 +163,7 @@ jobs:
- name: download test-results
uses: actions/download-artifact@v3
with:
path: test-results
name: test-results
path: test-results
- name: Publish Unit Test Results
@@ -172,4 +172,4 @@ jobs:
check_name: Unit Test Results
github_token: ${{ secrets.GITHUB_TOKEN }}
junit_files: test-results/**/*.xml
comment_mode: off
comment_mode: false