Skip to content

Commit

Permalink
add docker run test to pr build
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol committed Mar 2, 2024
1 parent ffa74bd commit bb0ece2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: ${{ steps.meta.outputs.tags }}

- name: Docker - Run Test
run: docker run -p 8080:8080 ${{ steps.meta.outputs.tags }}

0 comments on commit bb0ece2

Please sign in to comment.