We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e10d0 commit b8dab82Copy full SHA for b8dab82
1 file changed
.github/workflows/dotnetcore.yml
@@ -48,7 +48,11 @@ jobs:
48
- name: Test on Linux and macOS - net8.0
49
if: runner.os != 'Windows'
50
run: dotnet test src/Magicodes.ExporterAndImporter.Tests/Magicodes.IE.Tests.csproj -c Release --no-build -f net8.0
51
+ env:
52
+ QT_QPA_PLATFORM: ${{ runner.os == 'macOS' && 'cocoa' || 'offscreen' }}
53
54
- name: Test on Linux and macOS - net10.0
55
56
run: dotnet test src/Magicodes.ExporterAndImporter.Tests/Magicodes.IE.Tests.csproj -c Release --no-build -f net10.0
57
58
0 commit comments