Skip to content

Commit 3b8d18b

Browse files
committed
CI: Add build step
1 parent 253903a commit 3b8d18b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/pr.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,18 @@ jobs:
6666
with:
6767
repository: 'OpenVoxProject/openvox-server'
6868
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
6981

7082
tests:
7183
if: always()

0 commit comments

Comments
 (0)