We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35666ed commit dd7c7fbCopy full SHA for dd7c7fb
1 file changed
.github/workflows/pull-request.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: 14.17.*
20
- name: Install tools
21
run: dotnet tool restore
22
- - name: Test Fable
23
- run: cd tests/fable && npm i && npm test && cd ../..
24
- name: Build and Test
25
run: dotnet test -c Release
+ - name: Test Fable
+ run: cd tests/fable && npm i && npm test && cd ../..
0 commit comments