Skip to content

Commit 85ad318

Browse files
committed
copy global.json
1 parent b144bfd commit 85ad318

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/fable.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ jobs:
8282
run: git submodule update --init --recursive
8383
- name: Remove global json
8484
run: rm global.json
85+
- name: Create global.json
86+
working-directory: tests/FSharpPlusFable.Tests
87+
run: mv fable3-global.json ../../global.json
8588
- name: Setup .NET Core
8689
uses: actions/setup-dotnet@v3
8790
with:

0 commit comments

Comments
 (0)