summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-27 18:37:06 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-02-02 16:47:08 +0100
commit2a53367358317f08947847a10364c2e2b2a744a0 (patch)
tree229782a6c88314758ba457b94f4b06c0c42558bf /.github
parent5d0959c7dccb21433686985d5b52acf7982a356b (diff)
downloadbundler-2a53367358317f08947847a10364c2e2b2a744a0.tar.gz
Workaround jruby issuejruby_issue
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/jruby.yml31
1 files changed, 31 insertions, 0 deletions
diff --git a/.github/workflows/jruby.yml b/.github/workflows/jruby.yml
new file mode 100644
index 0000000000..4974787eed
--- /dev/null
+++ b/.github/workflows/jruby.yml
@@ -0,0 +1,31 @@
+name: jruby
+
+on:
+ pull_request:
+
+ push:
+ branches:
+ - staging
+ - trying
+
+jobs:
+ warbler:
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v1
+
+ - name: Setup ruby
+ uses: eregon/use-ruby-action@v1
+ with:
+ ruby-version: jruby-9.2.9.0
+
+ - name: Install local bundler
+ run: bin/rake install:local
+
+ - name: Run a warbler project
+ run: |
+ cd spec/realworld/fixtures/warbler
+ bundle install
+ bundle exec warble
+ java -jar warbler.jar