From c3dbf6815fdc5d8f8ee0b56b0b6a3ff8381c4406 Mon Sep 17 00:00:00 2001 From: Jens Pots Date: Sun, 24 Nov 2024 14:36:41 +0100 Subject: [PATCH] fix: update name of ci step [no ci] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 159d32b..1c4975f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,6 +51,6 @@ jobs: run: gradle test --console=plain --warning-mode all working-directory: ./rdfc-parser # Run tests for the `rdfc-processor` package. - - name: Run tests `rdfc-core` + - name: Run tests `rdfc-processor` run: gradle test --console=plain --warning-mode all working-directory: ./rdfc-processor