Skip to content

Commit

Permalink
[ADD] setup-docker step in gha workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Sep 26, 2024
1 parent 885b183 commit 559fc72
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ jobs:
plone-version: ["4.3"]
experimental: [false]
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v3
- name: Run libreoffice docker image
uses: addnab/docker-run-action@v3
with:
Expand Down

0 comments on commit 559fc72

Please sign in to comment.