We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2099b18 commit 672da46Copy full SHA for 672da46
1 file changed
.github/workflows/build-amd64.yaml
@@ -8,18 +8,14 @@ on:
8
jobs:
9
build-and-test:
10
runs-on: ubuntu-latest
11
+ services:
12
+ docker:
13
+ image: docker:20.10.9
14
+ options: --privileged
15
steps:
16
- name: Checkout code
17
uses: actions/checkout@v4
18
- - name: Set up Docker Buildx
- uses: docker/setup-buildx-action@v3
-
- - name: Install Docker Compose
19
- uses: docker/setup-buildx-action@v3 # This action also sets up Compose
20
- with:
21
- install-compose: true
22
23
- name: Build and start Docker Compose services
24
run: docker compose -f compose_linux_host.yaml up --build
25
@@ -61,7 +57,7 @@ jobs:
61
57
echo "Actual: $RESPONSE"
62
58
exit 1
63
59
fi
64
60
+
65
- name: Test sshd is up
66
run: |
67
EXPECTED_RESPONSE="1"
0 commit comments