diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 920db00..2d7fc04 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,13 +34,5 @@ jobs: run: dotnet build --configuration Release --no-restore - name: Test run: dotnet test --no-restore --verbosity normal - - name: Docker Setup QEMU - uses: docker/setup-qemu-action@v2.1.0 - - 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 \ No newline at end of file + - name: Docker Test + run: docker run hello-world \ No newline at end of file