Skip to content

Try downloaded

Try downloaded #7

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: 📥 Get Codebase
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN }}
repository: dvsa/cvs-devops
ref: ${{ github.ref_name }}
- name: Build and Test
uses: .github/workflows/develop-tag-deploy.yaml
with:
service-branch: ${{ github.ref_name }}
service-repository: ${{ github.repository }}