File tree Expand file tree Collapse file tree 4 files changed +7
-15
lines changed
tests/FSharpPlusFable.Tests Expand file tree Collapse file tree 4 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "fable" : {
6- "version" : " 4.5 .0" ,
6+ "version" : " 4.27 .0" ,
77 "commands" : [
88 " fable"
99 ]
Original file line number Diff line number Diff line change 4141 run : fable . --outDir bin --runScript ./bin
4242
4343 testfable4 :
44- runs-on : ubuntu -latest
44+ runs-on : windows -latest
4545
4646 steps :
4747 - uses : actions/checkout@v2
@@ -56,22 +56,14 @@ jobs:
5656 6.0.x
5757 - name : Restore tools
5858 run : dotnet tool restore
59- - name : Install jq
60- 61- - name : Install fable
62- run : |
63- version=`cat ./.config/dotnet-tools.json | jq --raw-output '.tools.fable.version'`
64- dotnet tool install --global Fable --version $version
65- - name : Use Node.js
66- uses : actions/setup-node@v1
67- with :
68- node-version : ' 18.x'
59+ - name : Setup Node.js environment
60+ uses : actions/setup-node@v5
6961 - name : Install npm dependencies
7062 working-directory : tests/FSharpPlusFable.Tests
7163 run : npm install
7264 - name : Run Fable tests
7365 working-directory : tests/FSharpPlusFable.Tests
74- run : fable . --outDir bin --runScript ./bin
66+ run : dotnet fable . --outDir bin --runScript ./bin /d
7567
7668 testFable3SubsetOnCore :
7769 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ open System.Threading.Tasks
77open FSharpPlus
88open FSharpPlus.Extensions
99open FSharpPlus.Internals
10- #if ! FABLE _ COMPILER4
10+ #if ! FABLE _ COMPILER _ 4
1111
1212// Comonad class ----------------------------------------------------------
1313
Original file line number Diff line number Diff line change 22 "private" : true ,
33 "type" : " module" ,
44 "scripts" : {
5- "test" : " fable . --outDir bin --runScript ./bin /d" ,
5+ "test" : " dotnet fable . --outDir bin --runScript ./bin /d" ,
66 "test_debug" : " node --eval \" require('esm')(module)('./bin/./Tests.js')\" ./bin/./Tests.js ./bin /d"
77 },
88 "name" : " tests"
You can’t perform that action at this time.
0 commit comments