Skip to content

Commit

Permalink
test: build container for test
Browse files Browse the repository at this point in the history
  • Loading branch information
QuadStingray committed Oct 7, 2023
1 parent dd9ee8b commit df87a6d
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/all_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,13 @@ jobs:
mongodb-port: 4711
- name: Run tests
run: sbt test
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v2
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v2
# - name: Build Docker Container for test
# run: docker buildx build --platform=linux/amd64,linux/arm64/v8 . --tag mongocamp-server:test
build-test-container:
needs: test
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Build Docker Container for test
run: docker buildx build --platform=linux/amd64,linux/arm64/v8,linux/arm/v7 . --tag mongocamp-server:test

0 comments on commit df87a6d

Please sign in to comment.