Skip to content

Commit 7990ddd

Browse files
committed
ci: try installing docker on alpine
for the publish container integration test
1 parent 4a608d4 commit 7990ddd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,12 @@ jobs:
213213
name: ${{ github.sha }}
214214
path: src
215215

216+
- name: Install Docker on Alpine Linux
217+
if: ${{ contains(matrix.container, 'alpine') }}
218+
run: |
219+
sudo apk install docker
220+
sudo service docker start
221+
216222
- name: Integration test
217223
uses: getsentry/github-workflows/sentry-cli/integration-test/@v2
218224
with:

0 commit comments

Comments
 (0)