From ba1f0824c1e713731eaa4c7c547ff16335b36c8a Mon Sep 17 00:00:00 2001 From: Andy Bunce Date: Fri, 3 Jan 2025 16:39:23 +0000 Subject: [PATCH] [mod] actions --- .github/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b87e2eb..3d6a942 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/setup-java@v2 with: java-version: '11' - distribution: 'temurin + distribution: 'temurin' - name: Install BaseX run: | @@ -26,5 +26,4 @@ jobs: unzip BaseX107.zip -d basex - name: Run BaseX Tests - run: | - ./basex/bin/basex -t . \ No newline at end of file + run: './basex/bin/basex -t .' \ No newline at end of file