Skip to content

Commit c7a9979

Browse files
committed
wip test pr workflow
fix main branch reference
1 parent b14fd83 commit c7a9979

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr_testing.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ name: 'PR Tests'
44
on:
55
push:
66
branches:
7-
- master
7+
- main
88
pull_request:
99
branches:
10-
- master
10+
- main
1111

1212
jobs:
1313
shellcheck:
@@ -37,4 +37,4 @@ jobs:
3737
- name: Run openvox-agent install task
3838
run: bolt task run openvox_bootstrap::install --targets localhost
3939
- name: Verify openvox-agent is installed
40-
run: puppet --version
40+
run: test -n $(puppet --version)

0 commit comments

Comments
 (0)