From 5ea57bf4a737c0fd8fd92d79723ac461720a60ba Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Wed, 15 Jan 2025 16:42:38 +0100 Subject: [PATCH] Fix GraalVM failures in CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34f7ff45..b7bdfd42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,6 +78,7 @@ jobs: uses: actions/upload-artifact@v4 if: failure() with: + name: 'test-failures' path: build/reports/tests/* - name: 'Submit coverage results' uses: coverallsapp/github-action@v2