Skip to content

Commit

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

- name: Run code formatting check
run: |
cd $GITHUB_WORKSPACE
pwd
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
# - 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

0 comments on commit 29697fb

Please sign in to comment.