Skip to content

Commit dfcd66d

Browse files
committed
early feedback
1 parent 21e15cd commit dfcd66d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ jobs:
9797
if: ${{ !matrix.container }}
9898
uses: ./.github/actions/freediskspace
9999

100+
- name: Install Docker on Alpine Linux
101+
if: ${{ contains(matrix.container.image, 'alpine') }}
102+
run: |
103+
sudo apk add docker-cli
104+
sudo docker ps
105+
100106
- name: Setup Environment
101107
uses: ./.github/actions/environment
102108

@@ -216,11 +222,6 @@ jobs:
216222
name: ${{ github.sha }}
217223
path: src
218224

219-
- name: Install Docker on Alpine Linux
220-
if: ${{ contains(matrix.container.image, 'alpine') }}
221-
run: |
222-
sudo apk add docker-cli
223-
224225
- name: Integration test
225226
uses: getsentry/github-workflows/sentry-cli/integration-test/@v2
226227
with:

0 commit comments

Comments
 (0)