From 67c6c09020029acbe50838949150223c5f2fc56c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brais=20Gab=C3=ADn?= Date: Sat, 27 Jan 2024 01:09:57 +0100 Subject: [PATCH] Improve naming --- .github/workflows/pre-merge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-merge.yml b/.github/workflows/pre-merge.yml index 6f1a284..9c76b9c 100644 --- a/.github/workflows/pre-merge.yml +++ b/.github/workflows/pre-merge.yml @@ -14,9 +14,9 @@ jobs: steps: - name: Checkout Repo uses: actions/checkout@v4 - - name: Run tests + - name: Setup Gradle uses: gradle/actions/setup-gradle@v3 - - name: Build + - name: Run tests run: ./gradlew build publish: name: Check that the publish plugin works