Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro committed Jun 29, 2024
1 parent ed16d78 commit 53b265c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64

- name: test that image can be run
run: docker run --platform linux/amd64 ${{ steps.docker_meta.outputs.tags }}

# The following steps run only on pull requests and validate
# that the new image can run successfully in Jaeger repos.
# We do not check if the generated files would be different there,
Expand Down

0 comments on commit 53b265c

Please sign in to comment.