Skip to content

🧱 Build and Test feature/CB2-10709 #11

🧱 Build and Test feature/CB2-10709

🧱 Build and Test feature/CB2-10709 #11

Workflow file for this run

name: 🧱 Build and Test Service
run-name: 🧱 Build and Test ${{ github.ref_name }}
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
permissions:
id-token: write
contents: write
on:
workflow_dispatch:
push:
branches:
- 'feature/*'
jobs:
build-and-test:
runs-on: [self-hosted, X64]
steps:
- name: Trigger Build and Test
run: |
# Execute 🧱 Build and Test in https://github.com/dvsa/cvs-devops
gh workflow run develop-tag-deploy.yaml \
--repo dvsa/cvs-devops \
--ref ${{ github.ref_name }} \
--raw-field service-repository=${{ github.repository }} \
--raw-field service-branch=${{ github.ref_name }}