Skip to content

Commit 4f93bd2

Browse files
committed
Test gem install in GH Actions CI
1 parent 06701e5 commit 4f93bd2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ jobs:
3434
run: bash script/test
3535
- name: Check Style Offenses
3636
run: bash script/fmt
37-
- name: Test Gem build
38-
run: bundle exec rake build
37+
- name: Test gem build
38+
run: bundle exec gem build jekyll-redirect-from.gemspec
39+
- name: Test gem install
40+
run: bundle exec gem install jekyll-redirect-from --local --verbose
3941

4042
ghp:
4143
if: "!contains(github.event.commits[0].message, '[ci skip]')"

0 commit comments

Comments
 (0)