We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e9a26 commit fa5b526Copy full SHA for fa5b526
.github/workflows/pr.yml
@@ -54,11 +54,21 @@ jobs:
54
- run: bundle env
55
working-directory: resources/puppetlabs/lein-ezbake/template/global
56
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
+
66
tests:
67
if: always()
68
needs:
69
- test
70
- validate-staging-templates
71
+ - build
72
runs-on: ubuntu-24.04
73
name: Test suite
74
steps:
0 commit comments