Skip to content

now TEST_INPUT_FILE can be an S3 URI as well; tested this; also found… #30

now TEST_INPUT_FILE can be an S3 URI as well; tested this; also found…

now TEST_INPUT_FILE can be an S3 URI as well; tested this; also found… #30

Workflow file for this run

name: main branch - test; deploy (ecr, tst, acc, aws)
on:
push:
branches:
- "main"
paths-ignore:
- README.md
- LICENSE
- docker-compose.yml
jobs:
test:
uses: ./.github/workflows/_test.yml
deploy:
uses: ./.github/workflows/_deploy.yml
permissions:
contents: read
packages: write
needs: [test]