Skip to content

Commit

Permalink
ci: clean up PR image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed May 10, 2024
1 parent 79b26c8 commit ea118ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ jobs:
- name: Run tests
run: |
docker run --rm ${{ env.IMAGE_NAME }}:${{ env.TAG }} tests/test_opticks.sh
docker rmi ${{ env.IMAGE_NAME }}:${{ env.TAG }}

0 comments on commit ea118ad

Please sign in to comment.