We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900b3e3 commit 5a1c0a3Copy full SHA for 5a1c0a3
1 file changed
.github/workflows/development.yaml
@@ -48,8 +48,8 @@ jobs:
48
path: ~/.m2/repository
49
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
50
restore-keys: ${{ runner.os }}-maven-
51
- - name: Deploy bindings to GitHub packages
52
- run: mvn $MAVEN_CLI_OPTS clean package deploy -Pdbptk-bindings
+ - name: Install DBPTK Bindings
+ run: mvn $MAVEN_CLI_OPTS install -Dmaven.test.skip=true -Pbindings
53
env:
54
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
- name: Deploy to GitHub packages
0 commit comments