ghcjs / jsaddle

JavaScript interface that works with GHCJS or GHC
116 stars 62 forks source link

[WIP] basic GitHub Actions #125

Closed peterbecich closed 2 years ago

peterbecich commented 2 years ago

https://github.com/peterbecich/jsaddle/runs/3583972993?check_suite_focus=true

peterbecich commented 2 years ago

Will fix

Running 1 test suites...
Test suite test-tool: RUNNING...
Testing JSaddle
Please give the path to the jsaddle package source
peterbecich commented 2 years ago

I can't get past this error locally or in CI:

test-tool: <command line>: cannot satisfy -package lens-5.1

in

% cabal run jsaddle-warp:test-tool -- .   
Up to date
Testing JSaddle
Checking for phantomjs
1.9.8
Starting phantomjs
test-tool: readCreateProcess: phantomjs "--webdriver=4444" (exit 1): failed
Running Tests
test-tool: <command line>: cannot satisfy -package lens-5.1
    (use -v for more information)
test-tool: thread blocked indefinitely in an MVar operation

https://github.com/peterbecich/jsaddle/runs/4416572266?check_suite_focus=true#step:8:827