1 parent 205e586 commit 6940f55Copy full SHA for 6940f55
1 file changed
.github/workflows/fleximod_test.yaml
@@ -75,11 +75,11 @@ jobs:
75
76
# Need to commit the new code locally
77
# in order to avoid a git diff failure.
78
- - name: commit fleximod code
79
- run: |
80
- git add .lib
81
- git add bin
82
- git commit -m "Committing git-fleximod to avoid false diff"
+ #- name: commit fleximod code
+ # run: |
+ # git add .lib
+ # git add bin
+ # git commit -m "Committing git-fleximod to avoid false diff"
83
84
- name: run git-fleximod
85
run: |
@@ -93,4 +93,6 @@ jobs:
93
echo
94
echo "Checking if git fleximod matches expected externals"
95
96
- git add . && git diff --exit-code && git diff --cached --exit-code
+ git add .
97
+ git diff --exit-code -- . ':(exclude).lib' ':(exclude)bin'
98
+ git diff --cached --exit-code -- . ':(exclude).lib' ':(exclude)bin'
0 commit comments