Skip to content

Commit

Permalink
(fix): fixes scenario matrix output
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijith-darshan committed Nov 5, 2024
1 parent 62d7f7e commit 51bc2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: "E2E Detection"
id: e2es
run: |
scenarios=$(make list-scenarios)
scenarios=$(find ${PWD}/e2e -type f -name 'e2e_test.go' -exec dirname {} \; | xargs -n 1 basename | jq -R -s -c 'split("\n")[:-1]')
echo $scenarios
echo "result=$scenarios" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 51bc2d3

Please sign in to comment.