Skip to content

Commit

Permalink
fix(ut): input file name
Browse files Browse the repository at this point in the history
  • Loading branch information
sswastioyono18 committed Oct 7, 2024
1 parent e0e35d2 commit 94c8527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/unit_test_v2/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ runs:
- name: generate diff
shell: bash
run: |
git diff origin/${{ github.base_ref }}...origin/${{ github.head_ref }} > pr.diff
git diff origin/${{ github.base_ref }}...origin/${{ github.head_ref }} > ${{ inputs.diff_file }}
- name: Run coverage analysis
run: |
Expand Down

0 comments on commit 94c8527

Please sign in to comment.