From 0657e3a1f13f67689f05fd1f08850cddbc564d97 Mon Sep 17 00:00:00 2001 From: josegonzalez Date: Thu, 29 Dec 2022 10:22:04 -0500 Subject: [PATCH] fix: correct yaml lint issues --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 505dbe359..b7f9245d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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