mirror of
https://github.com/pcvolkmer/mv64e-onkostar-plugin-export.git
synced 2025-09-13 13:12:52 +00:00
build: fetch Onkostar-API before test run
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -17,6 +17,12 @@ jobs:
|
||||
java-version: '11'
|
||||
distribution: 'temurin'
|
||||
|
||||
- name: Fetch Onkostar-API
|
||||
run: |
|
||||
curl -L --user dnpm:${{ secrets.PACKAGE_TOKEN }} \
|
||||
https://git.dnpm.dev/api/packages/Plugin-JF-Onkostar/generic/onkostar-api/2.14.1/onkostar-api-2.14.1.jar \
|
||||
--output ${{ github.workspace }}/libs/onkostar-api-2.14.1.jar
|
||||
|
||||
- name: Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v3
|
||||
|
||||
|
Reference in New Issue
Block a user