Skip to content

Commit fa5b526

Browse files
committed
CI: Add job to build openvox-server
1 parent e5e9a26 commit fa5b526

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/pr.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,21 @@ jobs:
5454
- run: bundle env
5555
working-directory: resources/puppetlabs/lein-ezbake/template/global
5656

57+
build:
58+
name: build openvox-server
59+
steps:
60+
- name: checkout openvox-server
61+
uses: actions/checkout@v6
62+
with:
63+
repository: 'OpenVoxProject/openvox-server'
64+
submodules: true
65+
5766
tests:
5867
if: always()
5968
needs:
6069
- test
6170
- validate-staging-templates
71+
- build
6272
runs-on: ubuntu-24.04
6373
name: Test suite
6474
steps:

0 commit comments

Comments
 (0)