Skip to content

Commit

Permalink
Home updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
marianabuhazi committed May 6, 2024
1 parent 708b088 commit 862bd49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/regression-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
source ~/.bashrc
- name: Navigate to script directory
run: cd $GITHUB_WORKSPACE/utils/scripts
run: cd $HOME/utils/scripts

- 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
chmod +x $HOME/utils/scripts/code-format/format_modified.sh
if ! $HOME/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

0 comments on commit 862bd49

Please sign in to comment.