Skip to content

Commit

Permalink
fix e2e build
Browse files Browse the repository at this point in the history
something with diffing build-args, i guess
  • Loading branch information
legobeat committed Jul 1, 2024
1 parent 6acaa35 commit 74d5379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,6 @@ test_e2e_ghauth:

test_e2e_lsp_typescript : IMAGE_NAME = ${NVIM_IMAGE_NAME}
test_e2e_lsp_typescript : IMAGE_TAG = ${NVIM_IMAGE_TAG}
test_e2e_lsp_typescript : image_nvim_test image_lsp_node
test_e2e_lsp_typescript : image_nvim_test
set -e
IMAGE=${IMAGE_NAME}-ht:${IMAGE_TAG} NAME=l7ide-test-runner-lsp ./devenv.sh /bin/bash -l -Ec test/lsp-js/ht-test-1-1.sh

0 comments on commit 74d5379

Please sign in to comment.