Addressing code review comments

This commit is contained in:
Samir Faci 2024-10-07 12:54:15 -04:00
parent 743df3ae7d
commit a77ecc3a30

View file

@ -6,7 +6,9 @@ setup: checkout-testdata docker-compose-up
checkout-testdata: checkout-testdata:
git submodule init git submodule init
git submodule update git submodule update
# cd ./testdata && git fetch && git checkout master && git pull #
checkout-latest-testdata: checkout-testdata
cd ./testdata && git fetch && git checkout master && git pull
# docker-compose-up will download docker image for each of the databases listed in docker-compose.yaml file, and then it will initialize # docker-compose-up will download docker image for each of the databases listed in docker-compose.yaml file, and then it will initialize
# database with testdata retrieved in previous step. # database with testdata retrieved in previous step.