Skip to content

Commit

Permalink
fixed circle tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tittoassini committed Dec 29, 2020
1 parent 83bf666 commit f25bf67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ defaults: &defaults

- run:
name: Setup stack eval hie.html
command: cp test/testdata/eval/hie-stack.yaml test/testdata/eval/hie.yaml
command: cp plugins/hls-eval-plugin/test/testdata/hie-stack.yaml plugins/hls-eval-plugin/test/testdata/hie.yaml

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

- run:
name: Test haskell-language-server func-test suite
Expand Down

0 comments on commit f25bf67

Please sign in to comment.