From 501ce29b4e5525c63c94c0e5b5b6469a9821e580 Mon Sep 17 00:00:00 2001 From: Martin Vahlensieck Date: Mon, 13 May 2024 10:10:27 +0200 Subject: [PATCH] Use new GitHub action to build Polypheny --- .github/workflows/test.yaml | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9befa5d5..a227ee19 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,30 +10,9 @@ jobs: timeout-minutes: 15 runs-on: ubuntu-latest steps: - - uses: actions/setup-java@v4 - with: - distribution: 'temurin' - java-version: '17' - - - name: Checkout Polypheny - uses: actions/checkout@v4 + - uses: polypheny/GitHub-Action-Build-Polypheny@main with: - repository: polypheny/Polypheny-DB - ref: proto-without-grpc - - - name: Build Polypheny - run: | - ./gradlew build -x test -x licensee - - - name: Build Polypheny - run: | - ./gradlew build -x test -x licensee - - - name: Store Polypheny JAR - uses: actions/upload-artifact@v4 - with: - name: polypheny-jar - path: dbms/build/libs/dbms-0.10.0-SNAPSHOT.jar + branch: proto-without-grpc test-system-python: timeout-minutes: 10 @@ -197,7 +176,7 @@ jobs: uses: polypheny/GitHub-Action-Run-Polypheny@v0.2.0 with: cmd: pytest --doctest-modules -v - jar: dbms-0.10.0-SNAPSHOT.jar + jar: polypheny.jar working-directory: main default-store: ${{ matrix.adapter }} timeout-minutes: 10