Skip to content

Commit 9ee4d53

Browse files
committed
ci: test action measuring overall cohesion
1 parent 9a2b987 commit 9ee4d53

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

action.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ runs:
3939
echo -e "ignore_output_result: ${{ inputs.ignore_output_result }}\n" >> coherent-swift.yml
4040
echo -e "report_format: ${{ inputs.report_format }}\n" >> coherent-swift.yml
4141
42-
- name: Measure cohesion changes only
43-
shell: bash
42+
- name: Measure cohesion
4443
run: |
45-
if [ ${{ inputs.only_changes }} == 'true' ]; then
46-
swift run ${{ github.action_path }}/coherent-swift report -d -s coherent-swift.yml
47-
else
48-
swift run ${{ github.action_path }}/coherent-swift report -s coherent-swift.yml
49-
fi
44+
swift run ${{ github.action_path }}/coherent-swift report -s coherent-swift.yml

0 commit comments

Comments
 (0)