We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48fc72f commit e58bf71Copy full SHA for e58bf71
.github/workflows/test-postgres.yaml
@@ -17,8 +17,6 @@ jobs:
17
- name: Setup .NET
18
uses: actions/setup-dotnet@v4
19
with: { dotnet-version: 8 }
20
- - name: Build
21
- run: dotnet build -v q Orm.sln
22
- uses: ikalnytskyi/action-setup-postgres@v6
23
- name: Init Test DB
24
run: |
@@ -29,6 +27,8 @@ jobs:
29
27
PGSERVICE: ${{ steps.postgres.outputs.service-name }}
30
28
- name: Create DO Tests Config file
31
run: echo default=postgresql://dotest:dotest@localhost/dotest >$DO_CONFIG_FILE
+ - name: Build
+ run: dotnet build -v q Orm.sln
32
- name: Tests
33
run: dotnet test --no-build -v n Orm/Xtensive.Orm.Tests.Sql/Xtensive.Orm.Tests.Sql.csproj --filter 'TestCategory!=Mute'
34
0 commit comments