Skip to content

Commit

Permalink
Regression first try.
Browse files Browse the repository at this point in the history
  • Loading branch information
marianabuhazi committed May 6, 2024
1 parent 29697fb commit b1d1e89
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/regression-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,10 @@ jobs:
- name: Source .bashrc
run: |
source ~/.bashrc
- name: Navigate to script directory
- name: Run code formatting check
run: |
cd $GITHUB_WORKSPACE
pwd
# - name: Run code formatting check
# run: |
# pwd
# chmod +x $GITHUB_WORKSPACE/utils/scripts/code-format/format_modified.sh
# if ! $GITHUB_WORKSPACE/utils/scripts/code-format/format_modified.sh -g -ca; then
# echo "Code format check failed. Please fix the formatting issues by running the following script: /utils/scripts/format_modified.sh"
# exit 1
# fi
chmod +x $GITHUB_WORKSPACE/utils/scripts/actions-pipeline/code-format/format_modified.sh
if ! $GITHUB_WORKSPACE/utils/scripts/actions-pipeline/code-format/format_modified.sh -g -ca; then
echo "Code format check failed. Please fix the formatting issues by running the following script: /utils/scripts/format_modified.sh"
exit 1
fi

0 comments on commit b1d1e89

Please sign in to comment.