Skip to content

Commit 0d183c2

Browse files
authored
Merge pull request #2206 from tig/fixes_2205_fakeclipboard
Fixes #2205. Reduce fragility of clipboard related unit tests
2 parents 3adfa22 + ab7d667 commit 0d183c2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1633
-826
lines changed

.github/workflows/dotnet-core.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
dotnet-version: 6.0.100
2121

2222
- name: Install dependencies
23-
run: dotnet restore
23+
run: |
24+
dotnet restore
2425
2526
- name: Build Debug
2627
run: dotnet build --configuration Debug --no-restore

0 commit comments

Comments
 (0)