Skip to content

Pulled in currently deployed functionality #4

Pulled in currently deployed functionality

Pulled in currently deployed functionality #4

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
with:
optional_dependencies: "[lint, test, all]"
build-test-deploy-docker:
needs: [test-python]
uses: NERC-CEH/dri-cicd/.github/workflows/build-test-deploy-docker.yml@main
with:
package_name: driutils
secrets:
AWS_REGION: ${{ secrets.AWS_REGION }}
AWS_ROLE_ARN: ${{ secrets.AWS_ROLE_ARN }}