ignore all runner errors in V1 rather than sending them to the DLQ #121
Workflow file for this run
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: Lambda CI | |
on: | |
pull_request: | |
paths: | |
- "indexer-js-queue-handler/**" | |
jobs: | |
test: | |
uses: ./.github/workflows/test-lambdas.yml | |
with: | |
working-directory: ./indexer-js-queue-handler |