Skip to content

Commit

Permalink
Isolate dependencies downloading from built
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Froeder <marvin@datasqrl.com>
  • Loading branch information
velo committed Dec 5, 2024
1 parent d4bf74f commit 03b56b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
java-version: '11'
distribution: 'adopt'
cache: maven
- name: Download dependencies
run: mvn -B dependency:go-offline de.qaware.maven:go-offline-maven-plugin:1.2.8:resolve-dependencies
- name: Build SQRL
env:
DATASQRL_TOKEN: ${{ secrets.DATASQRL_TOKEN }}
Expand Down

0 comments on commit 03b56b1

Please sign in to comment.