mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
ci: limit docker compose parallelism (#9082)
This commit is contained in:
3
.github/workflows/_integration_tests.yml
vendored
3
.github/workflows/_integration_tests.yml
vendored
@@ -68,6 +68,9 @@ on:
|
||||
type: string
|
||||
default: ${{ github.sha }}
|
||||
|
||||
env:
|
||||
COMPOSE_PARALLEL_LIMIT: 1 # Temporary fix for https://github.com/docker/compose/pull/12752 until compose v2.36.0 lands on GitHub actions runners.
|
||||
|
||||
jobs:
|
||||
integration-tests:
|
||||
name: ${{ matrix.test.name }}
|
||||
|
||||
Reference in New Issue
Block a user