Skip to content

Commit 5eece28

Browse files
committed
test
1 parent c72f235 commit 5eece28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/pr_test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
if: ${{ github.repository_owner == 'puppetlabs' }}
5858
run: |
5959
if [ '${{ github.repository_owner }}' == 'puppetlabs' ]; then
60-
echo "::set-output name=matrix::{'collection':['puppet6-nightly','puppet7-nightly'],'platforms':[{'label':'Windows 2016','provider':'provision::provision_service','image':'windows-2016'},{'label':'Windows 2019','provider':'provision::provision_service','image':'windows-2019-core'}]}"
60+
echo "::set-output name=matrix::{'collection':['puppet6-nightly','puppet7-nightly'],'platforms':[{'label':'Windows 2016','provider':'provision::provision_service','image':'windows-2016'},{'label':'Windows 2019','provider':'provision::provision_service','image':'windows-2019-core'},{'label':'Debian 11','provider':'provision::provision_service','image':'debian-11'}]}"
6161
fi
6262
6363
- name: "Honeycomb: Record Setup Test Matrix time"

0 commit comments

Comments
 (0)