From ddbdfd667b5e667b0805bfc46a02a00c1fa1bbe9 Mon Sep 17 00:00:00 2001 From: Martin Vahlensieck Date: Mon, 13 May 2024 12:00:31 +0200 Subject: [PATCH] Use correct JAR for documentation tests --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a227ee19..64fa1b63 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -189,7 +189,7 @@ jobs: uses: polypheny/GitHub-Action-Run-Polypheny@v0.2.0 with: cmd: make doctest - jar: ../dbms-0.10.0-SNAPSHOT.jar + jar: ../polypheny.jar working-directory: main/docs default-store: ${{ matrix.adapter }}