Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ko3n1g committed May 6, 2024
1 parent 77ef17b commit bbf3304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
id: testset
shell: bash -x -e {0}
run: |
echo ${{ github.event.issue_comment.comment }}
echo ${{ github.event.comment.body }}
TEST_SUBSET=${{ inputs.TEST_SUBSET || 'base' }}
echo "TEST_SUBSET=$TEST_SUBSET" | tee -a $GITHUB_OUTPUT
Expand Down

0 comments on commit bbf3304

Please sign in to comment.