Skip to content

Commit 5a1c0a3

Browse files
committed
updated development workflow
1 parent 900b3e3 commit 5a1c0a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/development.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
path: ~/.m2/repository
4949
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
5050
restore-keys: ${{ runner.os }}-maven-
51-
- name: Deploy bindings to GitHub packages
52-
run: mvn $MAVEN_CLI_OPTS clean package deploy -Pdbptk-bindings
51+
- name: Install DBPTK Bindings
52+
run: mvn $MAVEN_CLI_OPTS install -Dmaven.test.skip=true -Pbindings
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
- name: Deploy to GitHub packages

0 commit comments

Comments
 (0)