Skip to content

Commit

Permalink
Merge pull request #214 from domaframework/remove-job
Browse files Browse the repository at this point in the history
Remove test-slf4j-backward-compatible job
  • Loading branch information
backpaper0 authored Mar 27, 2024
2 parents 248be05 + 9dee577 commit 62c9a66
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,39 +106,10 @@ jobs:
name: reports
path: ./**/target/surefire-reports

test-slf4j-backward-compatible:
if: contains(github.event.head_commit.message, '[skip ci]') == false
runs-on: ubuntu-latest
timeout-minutes: 30
needs: [ test ]

steps:
- uses: actions/checkout@v4

- name: Set up JDK 8
uses: actions/setup-java@v4
with:
distribution: liberica
java-version: 8
cache: maven

- name: Grant execute permission for mvnw
run: chmod +x mvnw

- name: Test with Maven
run: ./mvnw $MAVEN_CLI_OPTS compile -Pbackward-compatible && ./mvnw $MAVEN_CLI_OPTS test -Dmaven.main.skip=true -Ddoma.version=2.49.0

- name: Upload reports
if: failure()
uses: actions/upload-artifact@v4
with:
name: reports
path: ./**/target/surefire-reports

deploy:
if: github.event_name == 'push' && contains(github.event.head_commit.message, '[skip ci]') == false
runs-on: ubuntu-latest
needs: [ test-matrix, test-slf4j-backward-compatible ]
needs: [ test-matrix ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 62c9a66

Please sign in to comment.