Skip to content

Commit

Permalink
fix xenit gradle docker plugin and add docker-compose to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hechmi-dammak-xenit committed Aug 19, 2024
1 parent 584fbb3 commit 7e8a4f0
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 7e8a4f0

Please sign in to comment.