summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2025-11-27 20:38:00 +0100
committerGitHub2025-11-27 20:38:00 +0100
commit3a03e384f55a735ab6a7c4e65997b9221b891251 (patch)
tree0e6e68bb9ab01f1b9b47bd0a7379c5dd116da2ca /.github/workflows/test.yml
parent4dd009133ae51f934187aefd750f3a7010bfef5c (diff)
build: update ci (#226)
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
deleted file mode 100644
index 769751e..0000000
--- a/.github/workflows/test.yml
+++ /dev/null
@@ -1,27 +0,0 @@
-name: 'Run Tests'
-
-on:
- push:
- branches: [ 'master' ]
- tags: [ '*' ]
- pull_request:
- branches: [ '*' ]
-
-jobs:
- tests:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
- - uses: actions/setup-java@v4
- with:
- 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.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