Implement job concurrency on build (#1281)

This should prevent builds from interacting with each other thereby keeping builds from failing when 2 provider tests happen at the same time.
This commit is contained in:
Brian Hartvigsen 2021-10-03 14:17:18 -06:00 committed by GitHub
parent e7c4494825
commit 413d5a15c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,7 @@ jobs:
integration-tests:
runs-on: ubuntu-latest
needs: build
concurrency: ${{ matrix.provider }}
strategy:
fail-fast: false
matrix: