Bump proxy_send_timout/proxy_read_timeout to 1hr (#64) #999
This file contains hidden or 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: kitchen | |
| on: | |
| push: | |
| branches: [ main ] | |
| pull_request: | |
| jobs: | |
| kitchen: | |
| strategy: | |
| fail-fast: false | |
| uses: facebook/chef-cookbooks/.github/workflows/reusable-kitchen-tests.yml@main | |
| secrets: inherit | |
| with: | |
| universe: true | |
| suite: local | |
| kitchen_local_yaml: .kitchen.local.yml |