Skip to content

Adds workflow to test build docker image #2

Adds workflow to test build docker image

Adds workflow to test build docker image #2

Workflow file for this run

name: Test PR
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/test-base.yaml