From cca90b868d2f189b8a8144fb61baf86dc489436c Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Mon, 14 Aug 2023 21:46:54 -0500 Subject: [PATCH] Use bootstrap on Windows too --- .github/workflows/ci.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77db7c5ecbc..b2e8a9f00d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -208,20 +208,14 @@ jobs: JDK_JAVA_OPTS: "-Djdk.io.File.enableADS=true" steps: - - name: checkout - uses: actions/checkout@v3 + - name: Bootstrap build + uses: headius/jruby-ci-build@v1 - name: set up java 11 uses: actions/setup-java@v3 with: distribution: 'zulu' java-version: 11 cache: 'maven' - - name: bootstrap - run: ./mvnw -Pbootstrap clean package - - name: install bundler - run: bin/jruby --dev -S gem install bundler - - name: bundle install - run: bin/jruby --dev -S bundle install - name: rake test:jruby run: bin/jruby -S rake test:jruby TESTOPTS="--no-show-detail-immediately" env: