test docker build
This commit is contained in:
parent
bf98ff8ee8
commit
9314aa592c
1 changed files with 15 additions and 0 deletions
15
.github/workflows/ct.yml
vendored
15
.github/workflows/ct.yml
vendored
|
|
@ -55,3 +55,18 @@ jobs:
|
|||
|
||||
- name: Run tests 🧪
|
||||
run: xvfb-run --server-args="-screen 0 1024x768x24" npm test
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
with:
|
||||
platforms: 'arm64'
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Test Docker Build
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: .
|
||||
push: false
|
||||
platforms: linux/arm64,linux/amd64
|
||||
|
|
|
|||
Loading…
Reference in a new issue