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 571c21b commit 0da6c0eCopy full SHA for 0da6c0e
.github/workflows/dotnetcore.yml
@@ -49,7 +49,9 @@ jobs:
49
runs-on: ${{ matrix.os }}
50
strategy:
51
matrix:
52
- os: [ubuntu-latest, windows-latest, macos-latest]
+# os: [ubuntu-latest, windows-latest, macos-latest]
53
+# macos currently disabled. see issue https://github.com/SwissLife-OSS/snapshooter/issues/196.
54
+ os: [ubuntu-latest, windows-latest]
55
timeout-minutes: 30
56
57
steps:
@@ -58,6 +60,11 @@ jobs:
58
60
with:
59
61
dotnet-version: '6.0'
62
63
+ - name: SnapshooterHotfixSymlinkLinux
64
+ if: matrix.os == 'ubuntu-latest'
65
+ run: sudo ln -s "$GITHUB_WORKSPACE" /_
66
+ shell: bash
67
+
68
- name: Tests
69
run: |
70
dotnet restore
0 commit comments