Skip to content

Attempt to paralleise the docker build #41

Attempt to paralleise the docker build

Attempt to paralleise the docker build #41

Workflow file for this run

---
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

View workflow run for this annotation

GitHub Actions / Run tests

Invalid workflow file

The workflow is not valid. .github/workflows/pull-requests.yml (Line: 15, Col: 18): Invalid input, platforms is not defined in the referenced workflow.
push: false