Skip to content

Commit

Permalink
Merge pull request #2206 from tig/fixes_2205_fakeclipboard
Browse files Browse the repository at this point in the history
Fixes #2205. Reduce fragility of clipboard related unit tests
  • Loading branch information
tig authored Jan 2, 2023
2 parents 3adfa22 + ab7d667 commit 0d183c2
Show file tree
Hide file tree
Showing 42 changed files with 1,633 additions and 826 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
dotnet-version: 6.0.100

- name: Install dependencies
run: dotnet restore
run: |
dotnet restore
- name: Build Debug
run: dotnet build --configuration Debug --no-restore
Expand Down
Loading

0 comments on commit 0d183c2

Please sign in to comment.