Skip to content

Commit

Permalink
Adapt run_in_docker.sh script to Github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
epapbak committed Oct 24, 2023
1 parent e78b727 commit 13cd480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,5 @@ copy_files "$cid" "$tests_target" "$path_to_service"
# Step 9: Execute the specified make target


docker exec -it "$cid" /bin/bash -c "source \$VIRTUAL_ENV/bin/activate && env && $(with_mocked_dependencies "$3") make $tests_target"
docker exec "$cid" /bin/bash -c "source \$VIRTUAL_ENV/bin/activate && env && $(with_mocked_dependencies "$3") make $tests_target"

0 comments on commit 13cd480

Please sign in to comment.