Skip to content

Commit

Permalink
build: add Docker image build to GitHub Actions check
Browse files Browse the repository at this point in the history
SVC-1398
  • Loading branch information
florianesser committed Feb 28, 2024
1 parent dd38771 commit 69cf3a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ jobs:

- name: Run check
run: ./gradlew check

- name: Build Docker image
run: ./gradlew buildImage

0 comments on commit 69cf3a1

Please sign in to comment.