File tree Expand file tree Collapse file tree 2 files changed +14
-15
lines changed
api/src/Feature.Form.Submissions/ListByForm Expand file tree Collapse file tree 2 files changed +14
-15
lines changed Original file line number Diff line number Diff line change 16
16
17
17
jobs :
18
18
build :
19
-
20
19
runs-on : ubuntu-latest
21
20
22
21
steps :
23
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v4
24
23
25
- - name : Setup .NET Core
26
- uses : actions/setup-dotnet@v4
27
- with :
28
- dotnet-version : ' 8.0.x'
24
+ - name : Setup .NET Core
25
+ uses : actions/setup-dotnet@v4
26
+ with :
27
+ dotnet-version : " 8.0.x"
29
28
30
- - name : Build API
31
- run : dotnet build ./api/Vote.Monitor.sln --configuration Release
29
+ - name : Build API
30
+ run : dotnet build ./api/Vote.Monitor.sln --configuration Release
32
31
33
- - name : Test API
34
- run : dotnet test ./api/Vote.Monitor.sln --configuration Release
32
+ # - name: Test API
33
+ # run: dotnet test ./api/Vote.Monitor.sln --configuration Release
35
34
36
- - name : Build Hangfire
37
- run : dotnet build ./api/Vote.Monitor.Hangfire.sln --configuration Release
35
+ - name : Build Hangfire
36
+ run : dotnet build ./api/Vote.Monitor.Hangfire.sln --configuration Release
38
37
39
- - name : Test Hangfire
40
- run : dotnet test ./api/Vote.Monitor.Hangfire.sln --configuration Release
38
+ # - name: Test Hangfire
39
+ # run: dotnet test ./api/Vote.Monitor.Hangfire.sln --configuration Release
Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ @HASNOTES IS NULL
284
284
LEFT JOIN FILTERED_SUBMISSIONS FS ON FS."FormId" = AF."FormId"
285
285
WHERE
286
286
AF."FormStatus" = 'Published'
287
- AND AF."FormType" NOT IN ('CitizenReporting', 'IncidentReporting' )
287
+ AND AF."FormType" NOT IN ('CitizenReporting')
288
288
GROUP BY
289
289
AF."FormId",
290
290
AF."FormCode",
You can’t perform that action at this time.
0 commit comments