Skip to content

Commit

Permalink
Merge pull request #110 from xenit-eu/fix-gradle-xenit-plugin
Browse files Browse the repository at this point in the history
fix xenit gradle docker plugin and add docker-compose to ci
  • Loading branch information
hechmi-dammak-xenit authored Aug 19, 2024
2 parents 584fbb3 + 7e8a4f0 commit 71866a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: 1.11
- name: install docker-compose
run: sudo apt-get install docker-ce docker-compose
- name: Add license
run: |
touch ./src/integrationTest/resources/license61/license.lic
Expand Down

0 comments on commit 71866a8

Please sign in to comment.