Skip to content

Commit

Permalink
Update build-test-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed Oct 30, 2023
1 parent 02103c5 commit 1681ac6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,14 @@ jobs:
push: true
tags: ${{ vars.DOCKERHUB_REPO }}/${{ vars.DOCKERHUB_IMG }}:${{ (github.event_name == 'release' && github.event.release.tag_name) || (github.event_name == 'workflow_dispatch' && github.event.inputs.image_tag) || 'dev' }}

# Checkout
- uses: actions/checkout@v4

# Tests
- name: Run Tests
if: github.event_name != 'release'
id: run-tests
uses: direlines/runpod-test-runner@v1
uses: direlines/runpod-test-runner@v1.7
with:
image-tag: ${{ vars.DOCKERHUB_REPO }}/${{ vars.DOCKERHUB_IMG }}:${{ (github.event_name == 'release' && github.event.release.tag_name) || (github.event_name == 'workflow_dispatch' && github.event.inputs.image_tag) || 'dev' }}
runpod-api-key: ${{ secrets.RUNPOD_API_KEY }}
Expand Down

0 comments on commit 1681ac6

Please sign in to comment.