Skip to content

Attempt to paralleise the docker build #42

Attempt to paralleise the docker build

Attempt to paralleise the docker build #42

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:
push: false