NPE-475: Fix AWS instance credential failures leaving Chore in an unrecoverable state #10
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: 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 }} |