Skip to content

Commit

Permalink
planemo version cnt
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Dec 2, 2022
1 parent 1eafcce commit a6e74c0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ jobs:
chunk-list: ${{ needs.setup.outputs.chunk-list }}
galaxy-head-sha: ${{ needs.setup.outputs.galaxy-head-sha }}
# test-timeout: 900
planemo-version: ${{ needs.setup.outputs.planemo-version }}
secrets:
PAT: ${{ secrets.PAT }}
5 changes: 3 additions & 2 deletions .github/workflows/wf_setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,11 @@ jobs:
SLASH_PLANEMO="${{ github.event.client_payload.slash_command.args.named.planemo-version }}"
DEFAULT_PLANEMO="${{ inputs.default-planemo-version }}"
echo "planemo-version=${SLASH_PLANEMO:-$DEFAULT_PLANEMO}" >> $GITHUB_OUTPUT
- name: Print used Galaxy for and branch
- name: Print used Galaxy fork and branch
run: |
echo 'fork: ${{ steps.get-fork-branch.outputs.fork }}'
echo 'branch: ${{ steps.get-fork-branch.outputs.branch }}'
echo 'planemo-version: ${{ steps.get-fork-branch.outputs.planemo-version }}'
setup:
name: Setup cache and determine changed repositories
needs: fork-branch
Expand Down Expand Up @@ -164,4 +165,4 @@ jobs:
run: echo '${{ steps.discover.outputs.tool-list }}'
- name: Show chunks
run: |
echo 'Using ${{ steps.discover.outputs.chunk-count }} chunks (${{ steps.discover.outputs.chunk-list }})'
echo 'Using ${{ steps.discover.outputs.chunk-count }} chunks (${{ steps.discover.outputs.chunk-list }})'
4 changes: 4 additions & 0 deletions .github/workflows/wf_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ jobs:
with:
name: 'All tool test results'
path: upload
- name: Create URL to the run output
if: ${{ github.event.client_payload.slash_command.command == 'run-all-tool-tests' }}
id: vars
run: echo "run-url=https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" >> $GITHUB_OUTPUT
- name: Create comment
if: ${{ github.event.client_payload.slash_command.command == 'run-all-tool-tests' }}
uses: peter-evans/create-or-update-comment@v2
Expand Down

0 comments on commit a6e74c0

Please sign in to comment.