We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2018df commit 665d090Copy full SHA for 665d090
.github/actions/docker_setup/action.yaml
@@ -6,5 +6,6 @@ runs:
6
- name: Bring up containers
7
shell: bash
8
run: |
9
+ sudo apt install docker-compose
10
docker-compose -f spec/docker-compose.yml build --parallel
11
docker-compose -f spec/docker-compose.yml up -d
.github/actions/sudo_setup/action.yaml
@@ -6,6 +6,7 @@ runs:
12
- name: Create non-sudo user
0 commit comments