Skip to content

Commit

Permalink
Fix path in makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
javiarrobas committed Feb 7, 2025
1 parent 50995bd commit 382c6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ restart-boptest-app:

run-boptest-vectorized:
make download-boptest && \
cd testing/project1-boptest-${BOPTEST_COMMIT} && \
cd project1-boptest-${BOPTEST_COMMIT} && \
docker compose up -d --scale worker=2 web worker provision && \
sleep 10

Expand Down

0 comments on commit 382c6bd

Please sign in to comment.