Skip to content

changed interpolated strings to single line #1451

changed interpolated strings to single line

changed interpolated strings to single line #1451

Workflow file for this run

name: DR2 Run Lambda Tests
on:
push:
branches-ignore:
- main
- release-*
permissions:
id-token: write
contents: read
jobs:
test:
uses: nationalarchives/dr2-github-actions/.github/workflows/dr2_test.yml@main
with:
repo-name: dr2-ingest
test-command: |
find . -name requirements.txt | xargs -I {} pip install -r {}
AWS_DEFAULT_REGION=eu-west-2 pytest
sbt e2eTests/scalafmtCheckAll scalafmtCheckAll test
secrets:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}