Skip to content

Commit

Permalink
[actions] (COMPLETE FIRST PART OF ACTIONS) in .github/workflows/tests…
Browse files Browse the repository at this point in the history
…uite, disable comparison of generated code to current repo
  • Loading branch information
valassi committed Nov 4, 2023
1 parent b65399d commit 34ff82a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testsuite_oneprocess.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ function codegen() {
./CODEGEN/generateAndCompare.sh -q ${proc%.sa}
fi
# Check if there are any differences to the current repo
compare=true # enable comparison to current git repo
###compare=false # disable comparison to current git repo
###compare=true # enable comparison to current git repo
compare=false # disable comparison to current git repo
if [ ${compare} ] && [ "$(git ls-tree --name-only HEAD ${proc})" != "" ]; then
git checkout HEAD ${proc}/CODEGEN*.txt
if [ "${proc%.mad}" != "${proc}" ]; then
Expand Down

0 comments on commit 34ff82a

Please sign in to comment.