Skip to content

Commit

Permalink
deleting not usefull ci part
Browse files Browse the repository at this point in the history
Signed-off-by: Tokesh <[email protected]>
  • Loading branch information
Tokesh committed Dec 30, 2024
1 parent b5cbaec commit 10eeefa
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,17 +107,6 @@ jobs:
echo "$files"
echo "$files" | jq -Rn '{ files: [inputs | "\(.)"] }' > test-files.json
- name: Display Unused Test Files
run: |
jq -r -sc '
(map(.stories) | add | unique) as $stories |
(map(.files) | add | unique) as $all |
$all - $stories |
.[]
' $(find ./ -name "test-spec-coverage-*.json") test-files.json > ./coverage/files.txt
cat ./coverage/files.txt | sed -e 's/^/::error::/'
test ! -s ./coverage/files.txt || { echo "::error::Unused test files detected."; exit 1; }
- name: Collect and Display Missing Test Paths
run: |
echo "Collecting missing test paths..."
Expand Down

0 comments on commit 10eeefa

Please sign in to comment.