Skip to content

Commit fd219d3

Browse files
committed
Build jar before running tests
1 parent cb608bf commit fd219d3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,8 @@ jobs:
5151
- name: Install dependencies
5252
run: bundle install
5353

54+
- name: Build
55+
run: bundle exec rake build
56+
5457
- name: Run tests
5558
run: bundle exec rake ${{ matrix.task }}

0 commit comments

Comments
 (0)