diff options
| author | Paul-Christian Volkmer | 2023-10-18 11:11:21 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-10-18 11:11:21 +0200 |
| commit | 8b196d275f8731eed4b4385d0bb00aad0103750e (patch) | |
| tree | 4060acb28b00003f0f0c5be4454fcab9bcb21764 /.github | |
| parent | b1fb2a5a9677026f4143bf9dbeeefadd79f5e606 (diff) | |
Use hard coded folders for downloaded files
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 fce8f33..805364d 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 ${{ github.workspace }}/libs/onkostar-api-2.11.1.6.jar + --output /home/runner/work/onkostar-plugin-dnpm/onkostar-plugin-dnpm/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 ${{ github.workspace }}/libs/onkostar-plugin-atccodes-0.6.0.jar + --output /home/runner/work/onkostar-plugin-dnpm/onkostar-plugin-dnpm/libs/onkostar-plugin-atccodes-0.6.0.jar - name: Execute tests run: mvn --batch-mode verify
\ No newline at end of file |
