Skip to content

Commit

Permalink
add installation of docker-compose to golang-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan.rieckhof committed Aug 23, 2024
1 parent d257391 commit 6ca68f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/golang-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
run: make test
- name: (Experimental) Vulnerability Scan
run: make vuln-scan
- name: Install Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
- name: Integration tests
run: docker-compose run testserver make ci
- name: Send coverage
Expand Down

0 comments on commit 6ca68f8

Please sign in to comment.