Skip to content

Commit

Permalink
Remove unnecessary maven setup
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Aug 15, 2023
1 parent 3c324f6 commit 510b5c8
Showing 1 changed file with 0 additions and 60 deletions.
60 changes: 0 additions & 60 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ jobs:
distribution: 'zulu'
java-version: '8'
cache: 'maven'
- name: Setup Maven Action
uses: s4u/[email protected]
with:
java-version: '8'
maven-version: '3.8.7'
- name: rake ${{ matrix.target }}
run: bin/jruby -S rake ${{ matrix.target }}

Expand All @@ -78,11 +73,6 @@ jobs:
distribution: 'zulu'
java-version: 8
cache: 'maven'
- name: Setup Maven Action
uses: s4u/[email protected]
with:
java-version: 8
maven-version: '3.8.7'
- name: rake test:jruby
run: bin/jruby --dev -S rake test:jruby

Expand Down Expand Up @@ -158,11 +148,6 @@ jobs:
distribution: 'zulu'
java-version: '8'
cache: 'maven'
- name: Setup Maven Action
uses: s4u/[email protected]
with:
java-version: '8'
maven-version: '3.8.7'
- name: mvn package ${{ matrix.package-flags }}
run: tool/maven-ci-script.sh
env:
Expand All @@ -186,11 +171,6 @@ jobs:
distribution: 'zulu'
java-version: 8
cache: 'maven'
- name: Setup Maven Action
uses: s4u/[email protected]
with:
java-version: 8
maven-version: '3.8.7'
- name: rake spec:ji
run: bin/jruby -S rake spec:ji

Expand All @@ -212,11 +192,6 @@ jobs:
distribution: 'zulu'
java-version: 8
cache: 'maven'
- name: Setup Maven Action
uses: s4u/[email protected]
with:
java-version: 8
maven-version: '3.8.7'
- name: rake spec:regression
run: bin/jruby -S rake spec:regression

Expand All @@ -241,11 +216,6 @@ jobs:
distribution: 'zulu'
java-version: 11
cache: 'maven'
- name: Setup Maven Action
uses: s4u/[email protected]
with:
java-version: 11
maven-version: '3.8.7'
- name: bootstrap
run: ./mvnw -Pbootstrap clean package
- name: install bundler
Expand Down Expand Up @@ -273,11 +243,6 @@ jobs:
distribution: 'zulu'
java-version: '8'
cache: 'maven'
- name: Setup Maven Action
uses: s4u/[email protected]
with:
java-version: '8'
maven-version: '3.8.7'
- name: dependency convergence
run: tool/maven-ci-script.sh
env:
Expand All @@ -299,11 +264,6 @@ jobs:
distribution: 'zulu'
java-version: 8
cache: 'maven'
- name: Setup Maven Action
uses: s4u/[email protected]
with:
java-version: 8
maven-version: '3.8.7'
- name: maven-ci-script.sh
run: tool/maven-ci-script.sh
env:
Expand Down Expand Up @@ -339,11 +299,6 @@ jobs:
distribution: 'zulu'
java-version: 11
cache: 'maven'
- name: Setup Maven Action
uses: s4u/[email protected]
with:
java-version: 11
maven-version: '3.8.7'
- name: sequel
run: tool/sequel-github-actions.sh

Expand All @@ -362,11 +317,6 @@ jobs:
distribution: 'zulu'
java-version: 8
cache: 'maven'
- name: Setup Maven Action
uses: s4u/[email protected]
with:
java-version: 8
maven-version: '3.8.7'
- name: concurrent-ruby
run: tool/concurrent-ruby-github-actions.sh

Expand Down Expand Up @@ -437,11 +387,6 @@ jobs:
distribution: 'adopt-openj9'
java-version: '8'
cache: 'maven'
- name: Setup Maven Action
uses: s4u/[email protected]
with:
java-version: '8'
maven-version: '3.8.7'
- name: Bootstrap build
uses: headius/jruby-ci-build@v1
- name: test profile
Expand Down Expand Up @@ -469,11 +414,6 @@ jobs:
distribution: 'zulu'
java-version: '8'
cache: 'maven'
- name: Setup Maven Action
uses: s4u/[email protected]
with:
java-version: '8'
maven-version: '3.8.7'
- name: rake ${{ matrix.target }}
continue-on-error: true
run: "bin/jruby -S rake ${{ matrix.target }}"
Expand Down

0 comments on commit 510b5c8

Please sign in to comment.