Skip to content

NPE-475: Fix AWS instance credential failures leaving Chore in an unrecoverable state #10

NPE-475: Fix AWS instance credential failures leaving Chore in an unrecoverable state

NPE-475: Fix AWS instance credential failures leaving Chore in an unrecoverable state #10

Workflow file for this run

name: PR Unit Testing
on:
workflow_dispatch: {} # Allows for this workflow to be triggered through the github.com UI or the gh CLI
pull_request:
jobs:
test:
name: Unit Test
strategy:
matrix:
dependency_file:
- Gemfile.latest
- Gemfile.ruby27
- Gemfile.ruby31
- Gemfile.ruby32
uses: ./.github/workflows/unit_test-run.yaml
with:
dependency_file: ${{ matrix.dependency_file }}