handle errors to show small messages to the terminal, keep error trac… #770
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: Run Tests on Branch | |
on: | |
push: | |
branches: | |
- '**' | |
- '!staging' | |
jobs: | |
call-tests: | |
uses: ./.github/workflows/reusable-tests.yml | |
secrets: inherit |