Skip to content

Commit

Permalink
Fix error in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
gartens committed Apr 30, 2024
1 parent 3b61748 commit 5ea864e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,8 @@ jobs:
with:
name: polypheny-jar
- name: Build with Gradle
run: ./gradlew build
env:
uses: polypheny/GitHub-Action-Run-Polypheny@dev
with:
uses: polypheny/GitHub-Action-Run-Polypheny@dev
with:
cmd: ./gradlew build
jar: dbms-0.10.0-SNAPSHOT.jar
default-store: ${{ matrix.adapter }}

0 comments on commit 5ea864e

Please sign in to comment.