From 1c0f94d1b895df9bceba4c0341adc61d6ac76650 Mon Sep 17 00:00:00 2001 From: Jim Clark Date: Wed, 8 Feb 2023 22:12:49 -0800 Subject: [PATCH] remote test job --- .github/workflows/build.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a93c1d6..04e2b4e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,15 +48,6 @@ jobs: latest v0.${{ github.run_number }}.${{ github.run_attempt }} - # Run tests using test target in Dockerfile - # https://github.com/docker/build-push-action - - name: Run tests - id: test - uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a - with: - context: . - target: test - # Build and push Docker image with Buildx (don't push on PR) # https://github.com/docker/build-push-action - name: Build and push Docker image