remote test job
This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user