Skip to content

Pulled in currently deployed functionality #3

Pulled in currently deployed functionality

Pulled in currently deployed functionality #3

Workflow file for this run

on: [pull_request]
permissions:
contents: read
pages: write
id-token: write
actions: read
jobs:
test-python:
uses: NERC-CEH/dri-cicd/.github/workflows/test-python.yml@main
build-test-deploy-docker:
needs: [test-python]
uses: NERC-CEH/dri-cicd/.github/workflows/build-test-deploy-docker.yml@main
with:
package_name: driutils
optional_dependencies: "[lint, test, all]"

Check failure on line 19 in .github/workflows/pipeline.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pipeline.yml

Invalid workflow file

The workflow is not valid. .github/workflows/pipeline.yml (Line: 19, Col: 30): Invalid input, optional_dependencies is not defined in the referenced workflow.
secrets:
AWS_REGION: ${{ secrets.AWS_REGION }}
AWS_ROLE_ARN: ${{ secrets.AWS_ROLE_ARN }}