Skip to content

Commit 39830d8

Browse files
committed
CI updates
1 parent 1cb35de commit 39830d8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/fable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- name: Paket Restore
2828
run: dotnet paket restore
2929
- name: Build
30-
run: dotnet fable FSharp.Data.Adaptive.sln --outDir bin/Fable
30+
run: dotnet fable src/Demo/Fable --outDir bin/Fable

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
- name: Build
3030
run: dotnet build
3131
- name: Test
32-
run: dotnet test -l "console;verbosity=detailed" --no-build --nologo
32+
run: dotnet test -l "console;verbosity=normal" --no-build --nologo
3333

.github/workflows/mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: Build
3030
run: dotnet build
3131
- name: Test
32-
run: dotnet test -l "console;verbosity=detailed" --no-build --nologo
32+
run: dotnet test -l "console;verbosity=normal" --no-build --nologo

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: Build
3030
run: dotnet build
3131
- name: Test
32-
run: dotnet test -l "console;verbosity=detailed" --no-build --nologo
32+
run: dotnet test -l "console;verbosity=normal" --no-build --nologo

0 commit comments

Comments
 (0)