Skip to content

Commit

Permalink
update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Schuehly committed Aug 27, 2023
1 parent a1c5176 commit af338a9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
branches: [ main ]
jobs:
setup-test:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -35,8 +35,7 @@ jobs:
chmod +x ./mavenw
./mavenw test
publish:
needs:
[ test-java,test-kotlin ]
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit af338a9

Please sign in to comment.