Skip to content

Commit

Permalink
Add CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Sep 11, 2023
1 parent 6e1a13d commit 3f4d8a3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI

on: push

jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: rm Gemfile.lock
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.3
bundler-cache: true
- run: bundle exec rake ci
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ gemspec
gem "sprockets", "< 4"
gem "sprockets-rails"
gem "puma"
gem "webrick"
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ GEM
timeout (0.4.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
webrick (1.8.1)
websocket (1.2.9)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
Expand Down Expand Up @@ -238,6 +239,7 @@ DEPENDENCIES
teaspoon-mocha
thin
turbograft!
webrick

BUNDLED WITH
2.4.8

0 comments on commit 3f4d8a3

Please sign in to comment.