diff options
| author | Paul-Christian Volkmer | 2023-10-18 11:09:13 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-10-18 11:09:13 +0200 |
| commit | b1fb2a5a9677026f4143bf9dbeeefadd79f5e606 (patch) | |
| tree | df0259961a20807e0df33fdf8b0bb24dd2060d06 /.github | |
| parent | 0798890f7abfe981df932d1b11dc4bfb8d08beb1 (diff) | |
Download files into github workspace folder
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b548613..fce8f33 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,13 +21,13 @@ jobs: run: | curl --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 libs/onkostar-api-2.11.1.6.jar + --output ${{ github.workspace }}/libs/onkostar-api-2.11.1.6.jar - name: Fetch ATC-Codes-Plugin run: | curl \ https://github.com/CCC-MF/onkostar-plugin-atccodes/releases/download/v0.6.0/onkostar-plugin-atccodes-0.6.0.jar \ - --output libs/onkostar-plugin-atccodes-0.6.0.jar + --output ${{ github.workspace }}/libs/onkostar-plugin-atccodes-0.6.0.jar - name: Execute tests run: mvn --batch-mode verify
\ No newline at end of file |
