Skip to content

🧱 Build and Test feature/CB2-10709 #9

🧱 Build and Test feature/CB2-10709

🧱 Build and Test feature/CB2-10709 #9

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: Build and Test
uses: dvsa/cvs-github-actions/build-and-test@feature/CB2-10709
with:
service-repository: ${{ github.repository }}
service-branch: ${{ github.ref_name }}
github-token: ${{ secrets.GH_TOKEN }}