From 0486f2ffb281920bf71869e2dab6ed7102be5814 Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Wed, 28 Feb 2024 15:24:23 -0600 Subject: [PATCH] fix yaml syntax Signed-off-by: Karl W Schulz --- .github/workflows/mi100.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mi100.yml b/.github/workflows/mi100.yml index f28b8480ca..baf448a7de 100644 --- a/.github/workflows/mi100.yml +++ b/.github/workflows/mi100.yml @@ -82,9 +82,9 @@ jobs: path: tests/coverage.xml minimum_coverage: 45 - name: Alternate coverage report - uses: insightsengineering/coverage-action@v2 - with: - path: tests/coverage.xml + uses: insightsengineering/coverage-action@v2 + with: + path: tests/coverage.xml ## ## - name: Pytest coverage comment ## ## if: '!cancelled()' ## ## uses: MishaKav/pytest-coverage-comment@v1.1.48