Update test

This commit is contained in:
Tat Dat Duong
2024-11-02 02:05:42 +01:00
parent bf3098a075
commit 7854a19dac
+1 -1
View File
@@ -250,7 +250,7 @@ def test_config_to_docker_nodejs():
ARG meow
ARG foo
ADD . /deps/unit_tests
RUN cd /deps/unit_tests && yarn install --frozen-lockfile
RUN cd /deps/unit_tests && npm i
ENV LANGSERVE_GRAPHS='{"agent": "./graphs/agent.js:graph"}'
WORKDIR /deps/unit_tests"""