From bb929cb34df100021fd080c72eba67bf43b34d64 Mon Sep 17 00:00:00 2001 From: fullbat Date: Fri, 15 Mar 2024 14:12:21 +0100 Subject: [PATCH] test: download kernels --- .github/workflows/run_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index c299f25..bd1462e 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -57,8 +57,8 @@ jobs: - name: Download results uses: actions/upload-artifact@v4 with: - name: test-results - path: tests/demo_data/COMMIT + name: kernels-results + path: tests/demo_data/kernels - name: Check on failures if: steps.run_test.outcome != 'success' run: |