Skip to content

Commit 6cb8785

Browse files
committed
Build gem in GitHub Actions
This enables to generate a gem in a clean CI environment, so we can minimize the disturbance. Signed-off-by: Fujimoto Seiji <fujimoto@ceptord.net>
1 parent ea5502a commit 6cb8785

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,11 @@ jobs:
1414
run: ridk exec bundle install
1515
- name: Run tests
1616
run: bundle exec rake test
17+
- name: Build for distribution
18+
run: bundle exec gem build
19+
- name: Upload gem
20+
uses: actions/upload-artifact@v2
21+
with:
22+
name: fluent-plugin-widows-exporter
23+
path: |
24+
*.gem

0 commit comments

Comments
 (0)