Attempt to paralleise the docker build #40
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: Run tests | ||
on: | ||
pull_request: | ||
jobs: | ||
test: | ||
name: Build & Test | ||
uses: ./.github/workflows/build-and-test.workflow.yml | ||
validate-docker: | ||
name: Validate Docker Build | ||
uses: ./.github/workflows/docker.workflow.yml | ||
secrets: inherit | ||
with: | ||
platforms: ${{ matrix.platform }} | ||
Check failure on line 15 in .github/workflows/pull-requests.yml GitHub Actions / Run testsInvalid workflow file
|
||
push: false |