From 87fe9801c9b6171caedd0f1c1c041a044bdc5de5 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 27 Oct 2024 00:00:22 +0200 Subject: [PATCH] actually name the test step correctly --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 13f3cfc..8c0f99d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: uses: android-actions/setup-android@v3 - name: Restore tools run: dotnet tool restore - - name: Run Publish + - name: Run Test uses: coactions/setup-xvfb@v1 with: run: dotnet cake --target Test --ref ${{ github.ref }} --buildNum ${{ github.run_number }}