Skip to content

Commit

Permalink
(maint) Debug docker-compose command not found in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
donoghuc committed Apr 2, 2024
1 parent b2018df commit 2c24a21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/sudo_setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ runs:
- name: Bring up containers
shell: bash
run: |
sudo apt install docker-compose
docker-compose -f spec/docker-compose.yml build --parallel
docker-compose -f spec/docker-compose.yml up -d
- name: Create non-sudo user
Expand Down

0 comments on commit 2c24a21

Please sign in to comment.