Skip to content

Commit 0901cb0

Browse files
committed
- install global fable
1 parent b11f0e3 commit 0901cb0

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/fable.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ jobs:
2626
6.0.x
2727
- name: Restore tools
2828
run: dotnet tool restore
29-
- name: Install jq
30-
uses: dcarbone/[email protected]
31-
- name: Install fable
32-
run: |
33-
version=`cat ./.config/dotnet-tools.json | jq --raw-output '.tools.fable.version'`
34-
dotnet tool install --global Fable --version $version
3529
- name: Setup Node.js environment
3630
uses: actions/setup-node@v5
3731
- name: Install npm dependencies

tests/FSharpPlusFable.Tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"

0 commit comments

Comments
 (0)