Skip to content

Commit

Permalink
move dockerfile to test dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tronikelis committed Nov 1, 2024
1 parent fdf6171 commit 3d25c5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/bin/bash

docker build -t tronikel/conflict-marker.nvim-test .
(
cd test || exit
docker build -t tronikel/conflict-marker.nvim-test .
)

docker run --rm \
-v ./lua:/root/.config/nvim/lua/ \
Expand Down
File renamed without changes.

0 comments on commit 3d25c5b

Please sign in to comment.