Ensure only the Git cache directory from the local worker config is used #5975
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: compose | |
# yamllint disable-line rule:truthy | |
on: [push, pull_request] | |
jobs: | |
webui-docker-compose: | |
runs-on: ubuntu-latest | |
timeout-minutes: 60 | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Verify that containers can be composed | |
run: make test-containers-compose |