We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0b7725 + 2023632 commit fe314a7Copy full SHA for fe314a7
.github/actions/docker_setup/action.yaml
@@ -6,6 +6,5 @@ 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
+ docker compose -f spec/docker-compose.yml build --parallel
+ docker compose -f spec/docker-compose.yml up -d
.github/actions/sudo_setup/action.yaml
@@ -6,9 +6,8 @@ runs:
12
- name: Create non-sudo user
13
14
0 commit comments