test
This commit is contained in:
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@@ -34,13 +34,5 @@ jobs:
|
|||||||
run: dotnet build --configuration Release --no-restore
|
run: dotnet build --configuration Release --no-restore
|
||||||
- name: Test
|
- name: Test
|
||||||
run: dotnet test --no-restore --verbosity normal
|
run: dotnet test --no-restore --verbosity normal
|
||||||
- name: Docker Setup QEMU
|
- name: Docker Test
|
||||||
uses: docker/setup-qemu-action@v2.1.0
|
run: docker run hello-world
|
||||||
- name: Docker Setup Buildx
|
|
||||||
uses: docker/setup-buildx-action@v2.5.0
|
|
||||||
- name: Build and push Docker images
|
|
||||||
uses: docker/build-push-action@v4.0.0
|
|
||||||
with:
|
|
||||||
context: ../../
|
|
||||||
file: Dockerfile
|
|
||||||
target: final
|
|
||||||
Reference in New Issue
Block a user