From d5761fe7050e8a9bbe5a75c3f91f647df5ef4303 Mon Sep 17 00:00:00 2001 From: RJMW Date: Tue, 30 Jul 2024 14:17:33 +0100 Subject: [PATCH] Update github workflow --- .github/workflows/pr.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index d99204f..2d4f0f0 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -275,8 +275,8 @@ jobs: USERNAME_SIRIUS: "${{ secrets.USERNAME_SIRIUS }}" PASSWORD_SIRIUS: "${{ secrets.PASSWORD_SIRIUS }}" with: - input: "${{ github.workspace }}/job_conf_planemo.xml" - output: "${{ github.workspace }}/job_conf_planemo_subst.xml" + input: "${{ github.workspace }}/config/job_conf_planemo.xml" + output: "${{ github.workspace }}/config/job_conf_planemo_subst.xml" - name: Planemo test uses: galaxyproject/planemo-ci-action@v1 id: test @@ -290,7 +290,7 @@ jobs: galaxy-branch: ${{ env.GALAXY_BRANCH }} chunk: ${{ matrix.chunk }} chunk-count: ${{ needs.setup.outputs.chunk-count }} - additional-planemo-options: "format('--job_config_file {0}/config/job_conf_planemo_subst.xml', github.workspace)}}" + additional-planemo-options: "format('--job_config_file {0}/config/job_conf_planemo_subst.xml', github.workspace)" - uses: actions/upload-artifact@v2 with: name: 'Tool test output ${{ matrix.chunk }}'