Skip to content

Commit

Permalink
docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Oct 19, 2023
1 parent a2e561e commit 32ba860
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ jobs:
poetry build
- name: Test with pytest
if: |
github.ref == 'test'
run: |
poetry run pytest tests/test_api.py -k 'test_gettimeseries_get'
poetry run pytest tests/test_hydrocron_database.py
Expand Down Expand Up @@ -248,7 +250,7 @@ jobs:
TF_VAR_hydrocronapi_api_docker_image: "ghcr.io/podaac/hydrocron:${{ env.THE_VERSION }}"

run: |
echo "-------"
echo "--------"
echo ${{ env.THE_ENV }}
echo ${{ env.THE_VERSION }}
echo ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
Expand Down

0 comments on commit 32ba860

Please sign in to comment.