Skip to content

refactor: use \d instead of [0-9] #21

refactor: use \d instead of [0-9]

refactor: use \d instead of [0-9] #21

Workflow file for this run

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.11.1.6/onkostar-api-2.11.1.6.jar \
--output ${{ github.workspace }}/libs/onkostar-api-2.11.1.6.jar
- name: Execute tests
run: mvn --batch-mode verify