remote test job

This commit is contained in:
Jim Clark
2023-02-08 22:12:49 -08:00
parent e30476e1a1
commit 1c0f94d1b8

View File

@@ -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