Skip to content

Add poc build and test #1

Add poc build and test

Add poc build and test #1

Workflow file for this run

name: 🧱 Build and Test Service
run-name: 🧱 Build and Test ${{ github.ref_name }}
on:
push:
branches:
- 'feature/*'
jobs:
build-and-test:
uses: dvsa/cvs-devops/.github/workflows/develop-tag-deploy.yaml@feature/CB2-10709

Check failure on line 11 in .github/workflows/build_and_test.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build_and_test.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/build_and_test.yaml" -> "dvsa/cvs-devops/.github/workflows/develop-tag-deploy.yaml@feature/CB2-10709" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
service-branch: ${{ github.ref_name }}
service-repository: ${{ github.repository }}