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 8121c7c commit d24443cCopy full SHA for d24443c
2 files changed
.github/workflows/dotnet-test.yml
@@ -27,16 +27,11 @@ jobs:
27
with:
28
dotnet-version: 9.0.x
29
30
- - name: Install SQLite and SpatiaLite
31
- run: |
32
- sudo apt-get update
33
- sudo apt-get install -y sqlite3 libsqlite3-mod-spatialite
34
-
35
- name: Restore dependencies
36
run: dotnet restore
37
38
- name: Build
39
run: dotnet build --no-restore
40
+
41
- name: Test
42
run: dotnet test --no-build --verbosity normal
.github/workflows/release.yml
@@ -35,11 +35,6 @@ jobs:
43
44
45
0 commit comments