Skip to content

Commit

Permalink
implement CI
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Rang authored and V-Rang committed Mar 14, 2024
1 parent 3faa6eb commit e1228b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# run: cd ./example && mpirun -n 1 python3 -u sfsi_toy_gaussian.py
- name: change directory and validate
run: |
cd ./example/testing_folder &&
cd example/testing_folder &&
output=$(python3 test_script.py) &&
if [[ "$output" == "0" ]]; then
exit 1
Expand Down

0 comments on commit e1228b6

Please sign in to comment.