Skip to content

Commit

Permalink
Try downloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisthetechie committed Feb 23, 2024
1 parent 005e49e commit 358a11f
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,17 @@ on:

jobs:
build-and-test:
uses: dvsa/cvs-devops/.github/workflows/develop-tag-deploy.yaml@feature/CB2-10709
with:
service-branch: ${{ github.ref_name }}
service-repository: ${{ github.repository }}
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 }}

0 comments on commit 358a11f

Please sign in to comment.