Skip to content

Commit

Permalink
Use bootstrap on Windows too
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Aug 15, 2023
1 parent 68b1e35 commit cca90b8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cca90b8

Please sign in to comment.