Skip to content

Commit 25c582e

Browse files
committed
master doesnt have count_diff. adding it here so i can test in future PR
1 parent cd1a05b commit 25c582e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/count.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
echo "___PR________________"
4242
./mfc.sh count
4343
44-
- name: Get Line Diff
45-
run: |
46-
BASE="$GITHUB_WORKSPACE/base"
47-
PR="$GITHUB_WORKSPACE/pr"
48-
cd $BASE
49-
export MFC_PR=$PR
50-
pwd
51-
./mfc.sh count_diff
44+
# - name: Get Line Diff
45+
# run: |
46+
# BASE="$GITHUB_WORKSPACE/base"
47+
# PR="$GITHUB_WORKSPACE/pr"
48+
# cd $BASE
49+
# export MFC_PR=$PR
50+
# pwd
51+
# ./mfc.sh count_diff
5252

0 commit comments

Comments
 (0)