From bc71bebd35ddc9032f337423fee75efee5ac178a Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Thu, 23 Oct 2025 15:00:40 +0200 Subject: build: remove atc-codes-plugin download --- .github/workflows/test.yml | 10 ++-------- 1 file 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 -- cgit v1.2.3