Skip to content

Commit

Permalink
Update open-source-unit-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pandu-k authored Aug 1, 2023
1 parent 648907b commit 4d1a044
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/open-source-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ jobs:
else
echo "::set-output name=registry::marqoai"
fi
echo "::set-output name=image_tag::${{ github.event.inputs.image_tag }}"
echo "::set-output name=image_repo::${{ github.event.inputs.image_repo }}"
if [[ "${{ github.event.inputs.image_tag }}" == "" ]]; then
echo "::set-output name=image_tag::${{ steps.marqo_version.outputs.version }}"
fi
- name: Run Py-Marqo Tests
run: |
Expand Down

0 comments on commit 4d1a044

Please sign in to comment.