Skip to content

Commit

Permalink
Merge pull request #557 from Webperf-se/github-actions-manual
Browse files Browse the repository at this point in the history
fix small bugs for new manual github action flow
  • Loading branch information
7h3Rabbit authored Jun 26, 2024
2 parents 1c8fc3f + 4948007 commit dd4f57c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual-start-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
test:
description: 'Test to run, comma separated list of numbers'
required: true
default: 'true'
default: '1,2,4,5,6,7,9,10,15,20,21,22,23,24,25,26'
type: string
details:
description: 'Setting general.review.details'
Expand All @@ -37,5 +37,5 @@ jobs:
tags: ${{ env.TEST_TAG }}
- name: Test ${{ github.event.inputs.test }} for ${{ github.event.inputs.url }}
run: |
testresult=$(docker run ${{ env.TEST_TAG }} python default.py -t ${{ github.event.inputs.test }} -r -s ${{ github.event.inputs.details }} -u ${{ github.event.inputs.url }})
testresult=$(docker run ${{ env.TEST_TAG }} python default.py -t ${{ github.event.inputs.test }} -r --setting general.review.details=${{ github.event.inputs.details }} -u ${{ github.event.inputs.url }})
echo "$testresult"

0 comments on commit dd4f57c

Please sign in to comment.