Display the correct failing host on worker boot #5740
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: check-containers | |
# yamllint disable-line rule:truthy | |
on: [push, pull_request] | |
jobs: | |
static-check-containers: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Test our container definitions | |
run: make test-check-containers |