summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2025-10-23 15:00:40 +0200
committerPaul-Christian Volkmer2025-10-23 15:07:20 +0200
commitbc71bebd35ddc9032f337423fee75efee5ac178a (patch)
tree67776df4649ff2b5d10a787a044bf82425162057 /.github/workflows/test.yml
parent9c16c192daa2f3bdaa49d48e5aa6c433b101e40b (diff)
build: remove atc-codes-plugin download
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml10
1 files changed, 2 insertions, 8 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a7321e3..769751e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -20,14 +20,8 @@ jobs:
- 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.12.4.1/onkostar-api-2.12.4.1.jar \
- --output ${{ github.workspace }}/libs/onkostar-api-2.12.4.1.jar
-
- - name: Fetch ATC-Codes-Plugin
- run: |
- curl -L \
- https://github.com/CCC-MF/onkostar-plugin-atccodes/releases/download/v0.6.0/onkostar-plugin-atccodes-0.6.0.jar \
- --output ${{ github.workspace }}/libs/onkostar-plugin-atccodes-0.6.0.jar
+ https://git.dnpm.dev/api/packages/Plugin-JF-Onkostar/generic/onkostar-api/2.14.2/onkostar-api-2.14.2.jar \
+ --output ${{ github.workspace }}/libs/onkostar-api-2.14.2.jar
- name: Execute tests
run: mvn --batch-mode verify \ No newline at end of file