Skip to content

Commit 55943b4

Browse files
committed
feat: test voxbox unit tests
1 parent 8cd6b65 commit 55943b4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ on:
3535
required: false
3636
type: string
3737

38+
3839
concurrency:
3940
group: ${{ github.ref_name }}
4041
cancel-in-progress: true
@@ -45,8 +46,10 @@ permissions:
4546
jobs:
4647
puppet:
4748
name: Puppet
48-
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v4
49+
uses: TheMeier/gha-puppet/.github/workflows/beaker.yml@custom_runner_and_voxbox
4950
with:
5051
beaker_staging_url: ${{ inputs.beaker_staging_url }}
5152
beaker_collection: ${{ inputs.beaker_collection }}
5253
beaker_staging_version: ${{ inputs.beaker_staging_version }}
54+
unit_use_container: true
55+
unit_runs_on: 'runnerset-voxpupuli-k8s'

0 commit comments

Comments
 (0)