logger calls moved to IO chain, other refactoring #1449
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |