Skip to content

Commit

Permalink
chore: remove redundant test in snapshot workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nsenave committed Jul 3, 2024
1 parent d05fa8c commit faff6e6
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/create-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create snapshot

on:
pull_request:
types: [opened, edited, synchronize, reopened, labeled]
types: [labeled]

jobs:

Expand Down Expand Up @@ -51,23 +51,8 @@ jobs:
exit 1
fi
test:
needs: check-version
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'

- name: Tests
run: mvn test --no-transfer-progress

deploy-maven-repo:
needs: [ test, check-version ]
needs: check-version
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit faff6e6

Please sign in to comment.