run tests against feature_test_record_types branch of laconic-sdk

This commit is contained in:
Michael Shaw 2023-03-06 17:04:19 -05:00
parent c227a38e9a
commit 82188e0006

View File

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