Skip to content

Commit

Permalink
Fix execution of style tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alalazo committed Dec 23, 2021
1 parent 69b8cdd commit e974b44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions share/spack/qa/run-style-tests
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
args=()
if [[ -n $GITHUB_BASE_REF ]]; then
args+=("--base" "${GITHUB_BASE_REF}")
else
args+=("--base" "${GITHUB_REF_NAME}")
fi

# verify that the code style is correct
Expand Down

0 comments on commit e974b44

Please sign in to comment.