mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-07-14 14:25:52 +00:00
migrate to bootstrap (#14)
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -25,9 +25,9 @@ jobs:
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 8
|
||||
java-version: 17
|
||||
- name: create dist
|
||||
run: sbt -v dist
|
||||
run: make dist
|
||||
- name: release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
|
4
.github/workflows/run-tests.yml
vendored
4
.github/workflows/run-tests.yml
vendored
@ -17,6 +17,6 @@ jobs:
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 8
|
||||
java-version: 17
|
||||
- name: run tests
|
||||
run: sbt -v +test
|
||||
run: make tests
|
Reference in New Issue
Block a user