Skip to content

Search S3 if granules are not Explicitly Provided #202

Search S3 if granules are not Explicitly Provided

Search S3 if granules are not Explicitly Provided #202

Workflow file for this run

name: Test and build
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
call-pytest-workflow:
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/[email protected]
with:
local_package_name: hyp3_srg
python_versions: >-
["3.10", "3.11", "3.12"]
call-version-info-workflow:
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/[email protected]
with:
python_version: "3.10"
call-docker-ghcr-workflow-cpu:
needs: call-version-info-workflow
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/reusable-docker-ghcr.yml@specify-docker-file
with:
version_tag: ${{ needs.call-version-info-workflow.outputs.version_tag }}.cpu
release_branch: main
develop_branch: develop
user: tools-bot
file: Dockerfile.cpu
secrets:
USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
call-docker-ghcr-workflow-gpu:
needs: call-version-info-workflow
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/reusable-docker-ghcr.yml@specify-docker-file

Check failure on line 44 in .github/workflows/test-and-build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-and-build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/test-and-build.yml" -> "ASFHyP3/actions/.github/workflows/reusable-docker-ghcr.yml@specify-docker-file" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
version_tag: ${{ needs.call-version-info-workflow.outputs.version_tag }}.gpu
release_branch: main
develop_branch: develop
user: tools-bot
file: Dockerfile
secrets:
USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}