From 20c30dc5875c687f7c563d698709497a96330340 Mon Sep 17 00:00:00 2001 From: josegonzalez Date: Thu, 29 Dec 2022 11:32:20 -0500 Subject: [PATCH] fix: drop name so all test results are downloaded --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7f9245d0..9572ed0eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,7 +163,6 @@ jobs: - name: download test-results uses: actions/download-artifact@v3 with: - name: test-results path: test-results - name: Publish Unit Test Results