Skip to content

Commit

Permalink
Update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RJMW committed Jul 30, 2024
1 parent e50ba06 commit d5761fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}'
Expand Down

0 comments on commit d5761fe

Please sign in to comment.