Skip to content

Commit

Permalink
Added docker in GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmathew committed Jul 8, 2024
1 parent 0e5fa93 commit 3bf5ba4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
distribution: adopt-hotspot
java-version: 17

- name: Build the stack
run: docker-compose -f docker/docker-compose.yaml up -d

- name: Setup Gradle
uses: gradle/gradle-build-action@v3

Expand Down

0 comments on commit 3bf5ba4

Please sign in to comment.