Skip to content

Commit

Permalink
setup docker
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Dec 4, 2023
1 parent 98a772c commit 9400083
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
uses: dasch-swiss/dsp-api/.github/actions/preparation@main
with:
java-version: ${{ matrix.java }}
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Run all integration tests
run: make integration-test
- name: WebApi Integration Test Report
Expand Down

0 comments on commit 9400083

Please sign in to comment.