Remove publishLocal from pr validation, #30584
This commit is contained in:
parent
62b8d7fa39
commit
96d5ddaa46
1 changed files with 0 additions and 26 deletions
26
.github/workflows/build-test-prValidation.yml
vendored
26
.github/workflows/build-test-prValidation.yml
vendored
|
|
@ -37,32 +37,6 @@ jobs:
|
|||
-Dsbt.log.noformat=false \
|
||||
scalafmtCheckAll scalafmtSbtCheck headerCheckAll
|
||||
|
||||
check-publish:
|
||||
name: Check / Publish Local
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up JDK 8
|
||||
uses: olafurpg/setup-scala@v10
|
||||
with:
|
||||
java-version: adopt@1.8.0
|
||||
|
||||
- name: Cache Coursier cache
|
||||
uses: coursier/cache-action@v6.2
|
||||
|
||||
- name: Akka publishLocal
|
||||
run: |-
|
||||
sbt -jvm-opts .jvmopts-ci \
|
||||
-Dsbt.override.build.repos=false \
|
||||
-Dsbt.log.noformat=false \
|
||||
publishLocal publishM2
|
||||
|
||||
|
||||
pull-request-validation:
|
||||
name: Check / Tests
|
||||
runs-on: ubuntu-20.04
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue