Move CH docker up in the workflow to give it some time to start properly #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
# Log all debug info to facilitate debugging | |
name: debug | |
'on': | |
[push, pull_request, release] | |
jobs: | |
DebugInfo: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: hmarr/[email protected] |