Skip to content

Commit 0204246

Browse files
Build the gem
Signed-off-by: Thomas Powell <thomas.powell@progress.com>
1 parent 1308d10 commit 0204246

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
gem install bundler
2828
gem install test-unit
2929
30-
- name: Build extension
30+
- name: Build and install gem
3131
run: |
32-
ruby extconf.rb
33-
make
32+
gem build chef-ruby-shadow.gemspec
33+
sudo gem install chef-ruby-shadow-3.0.0.gem
3434
3535
- name: Run tests
3636
run: |

0 commit comments

Comments
 (0)