Skip to content

Commit

Permalink
workflows/integration: try to install docker-compose
Browse files Browse the repository at this point in the history
Address action failing with message:

  ./start.sh: line 45: docker-compose: command not found

Signed-off-by: Kyr Shatskyy <[email protected]>
  • Loading branch information
Kyr Shatskyy committed Aug 2, 2024
1 parent fe2cab3 commit d6e3bca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install docker-compose
run: sudo apt-get install -y docker-compose
- name: Test using docker-compose
run: ./start.sh
working-directory: ./docs/docker-compose

0 comments on commit d6e3bca

Please sign in to comment.