🧱 Build and Test feature/CB2-10709 #11
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} | |