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