Skip to content

Commit

Permalink
Attempt results downloads 32 times
Browse files Browse the repository at this point in the history
This is what I've been using on my command line tests.
  • Loading branch information
natefoo authored Dec 7, 2021
1 parent fa76cfd commit 7f2de1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_tool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
run: git clone --recursive https://github.com/galaxyproject/planemo && pip install planemo/
- name: Run tool test
if: ${{ github.event.client_payload.slash_command.args.named.server != 'https://test.galaxyproject.org' }}
run: galaxy-tool-test -u https://usegalaxy.org -k "${{ secrets.GALAXY_API_KEY }}" -t "${{github.event.client_payload.slash_command.args.named.tool_id}}" -j test_result.json --parallel-tests 10 --download-attempts 2 --download-sleep 2
run: galaxy-tool-test -u https://usegalaxy.org -k "${{ secrets.GALAXY_API_KEY }}" -t "${{github.event.client_payload.slash_command.args.named.tool_id}}" -j test_result.json --parallel-tests 10 --download-attempts 32 --download-sleep 2
- name: Run tool test
if: ${{ github.event.client_payload.slash_command.args.named.server == 'https://test.galaxyproject.org' }}
run: galaxy-tool-test -u https://test.galaxyproject.org -k "${{ secrets.TEST_API_KEY }}" -t "${{github.event.client_payload.slash_command.args.named.tool_id}}" -j test_result.json --parallel-tests 10 --download-attempts 2 --download-sleep 2
run: galaxy-tool-test -u https://test.galaxyproject.org -k "${{ secrets.TEST_API_KEY }}" -t "${{github.event.client_payload.slash_command.args.named.tool_id}}" -j test_result.json --parallel-tests 10 --download-attempts 32 --download-sleep 2
- name: Create test markdown report
if: always()
run: planemo test_reports test_result.json --test_output_markdown report.md
Expand Down

0 comments on commit 7f2de1c

Please sign in to comment.