From 2a53367358317f08947847a10364c2e2b2a744a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Mon, 27 Jan 2020 18:37:06 +0100 Subject: Workaround jruby issue --- .github/workflows/jruby.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/workflows/jruby.yml (limited to '.github/workflows/jruby.yml') 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 -- cgit v1.2.1