auction nameservice tests branch of sdk

This commit is contained in:
Michael Shaw 2023-02-01 13:59:26 -05:00
parent 8d866149bc
commit 6fa47fa27c

View File

@ -47,7 +47,7 @@ WORKDIR /app
RUN \
git clone https://github.com/cerc-io/laconic-sdk.git \
&& cd laconic-sdk \
&& git checkout jest_timeout \
&& git checkout auction_nameservice_tests \
&& yarn install
WORKDIR /app/laconic-sdk