Skip to content

Commit 0998ed2

Browse files
committed
fixed circle tests
1 parent b450c88 commit 0998ed2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ defaults: &defaults
6565

6666
- run:
6767
name: Setup stack eval hie.html
68-
command: cp test/testdata/eval/hie-stack.yaml test/testdata/eval/hie.yaml
68+
command: cp plugins/hls-eval-plugin/test/testdata/hie-stack.yaml plugins/hls-eval-plugin/test/testdata/hie.yaml
6969

7070
- run:
7171
name: Setup stack eval stack.html
72-
command: grep '^resolver:\|^compiler:' stack-build.txt > test/testdata/eval/stack.yaml
72+
command: grep '^resolver:\|^compiler:' stack-build.txt > plugins/hls-eval-plugin/test/testdata/stack.yaml
7373

7474
- run:
7575
name: Test haskell-language-server func-test suite

0 commit comments

Comments
 (0)