From c3f4606c1856474c760dfc65270100d637b6c4f1 Mon Sep 17 00:00:00 2001 From: Nick Molcanov <32801560+nck-mlcnv@users.noreply.github.com> Date: Wed, 22 May 2024 11:21:19 +0200 Subject: [PATCH] Remove periods --- .github/workflows/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 51b989e15..11d3b9581 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,9 +17,9 @@ jobs: java-version: '17' distribution: 'adopt' cache: 'maven' - - name: 'Compile jar.' + - name: 'Compile jar' run: 'mvn -DskipTests package' - - name: 'Upload artifact.' + - name: 'Upload artifact' uses: actions/upload-artifact@v4 with: name: 'iguana-jar' @@ -36,11 +36,11 @@ jobs: with: java-version: '21' cache: 'maven' - - name: 'Generate configuration files.' + - name: 'Generate configuration files' run: './graalvm/generate-config.sh' - - name: 'Compile native-binary.' + - name: 'Compile native-binary' run: 'mvn -DskipTests package -Pnative' - - name: 'Upload artifact.' + - name: 'Upload artifact' uses: actions/upload-artifact@v4 with: name: 'iguana-jar'