Update the builds to use SBT native client.
Some checks failed
/ Build and Test Library Snapshot (pull_request) Failing after 53s
Some checks failed
/ Build and Test Library Snapshot (pull_request) Failing after 53s
This commit is contained in:
parent
78169dc5b3
commit
f2eebe3cdb
2 changed files with 4 additions and 4 deletions
|
@ -19,6 +19,6 @@ jobs:
|
||||||
pre-commit install
|
pre-commit install
|
||||||
pre-commit run --all-files
|
pre-commit run --all-files
|
||||||
- name: 'Unit Tests and Code Coverage'
|
- name: 'Unit Tests and Code Coverage'
|
||||||
run: sbt clean coverage test coverageReport
|
run: sbtn clean coverage test coverageReport
|
||||||
- name: 'Publish Snapshot'
|
- name: 'Publish Snapshot'
|
||||||
run: sbt clean publish
|
run: sbtn clean publish
|
||||||
|
|
|
@ -29,9 +29,9 @@ jobs:
|
||||||
pre-commit install
|
pre-commit install
|
||||||
pre-commit run --all-files
|
pre-commit run --all-files
|
||||||
- name: 'Unit Tests and Code Coverage'
|
- name: 'Unit Tests and Code Coverage'
|
||||||
run: sbt clean coverage test coverageReport
|
run: sbtn clean coverage test coverageReport
|
||||||
- name: 'Publish Release'
|
- name: 'Publish Release'
|
||||||
run: sbt "-Drelease=$GS_RELEASE_TYPE" clean semVerWriteVersionToFile publish
|
run: sbtn "-Drelease=$GS_RELEASE_TYPE" clean semVerWriteVersionToFile publish
|
||||||
- name: 'Create Git Tag'
|
- name: 'Create Git Tag'
|
||||||
run: |
|
run: |
|
||||||
selected_version="$(cat .version)"
|
selected_version="$(cat .version)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue