From c038ff7aa4a7b1a8dc8e553415292a91209ff323 Mon Sep 17 00:00:00 2001 From: Andy Bunce Date: Fri, 3 Jan 2025 17:55:08 +0000 Subject: [PATCH] [mod] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9651c33..b7202d8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,4 +27,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