There was an error while loading. Please reload this page.
1 parent 253903a commit 3b8d18bCopy full SHA for 3b8d18b
1 file changed
.github/workflows/pr.yml
@@ -66,6 +66,18 @@ jobs:
66
with:
67
repository: 'OpenVoxProject/openvox-server'
68
submodules: true
69
+ - name: Setup ruby
70
+ uses: ruby/setup-ruby@v1
71
+ with:
72
+ ruby-version: '3.2'
73
+ bundler-cache: true
74
+ - name: Display Ruby environment
75
+ run: bundle env
76
+ - name: build
77
+ run: bundle exec rake vox:build
78
+ env:
79
+ EZBAKE_REPO: "https://github.com/${{ github.repository }}"
80
+ EZBAKE_BRANCH: $GITHUB_REF_NAME # https://docs.github.com/en/actions/reference/workflows-and-actions/variables
81
82
tests:
83
if: always()
0 commit comments