Skip to content

Commit

Permalink
Fix run tests path
Browse files Browse the repository at this point in the history
  • Loading branch information
Max committed Mar 8, 2024
1 parent 8bae488 commit 7a20b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo "Build in progress..."
javac -version

# ChaCuN/scripts/run_tests
ROOT_DIR=../..
ROOT_DIR=../../..

find "${ROOT_DIR}/src/ch/epfl/chacun" -name "*.java" > src_files.txt
find "${ROOT_DIR}/test/ch/epfl/chacun" -name "*.java" > test_files.txt
Expand Down

0 comments on commit 7a20b40

Please sign in to comment.