diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 07318596..9b50161e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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 }}