This commit is contained in:
parent
6504a816d1
commit
bace71a97b
@ -33,9 +33,5 @@ jobs:
|
||||
dotnet-version: 8.0.x
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
# - name: Run integration tests
|
||||
# run: dotnet test DD.Persistence.IntegrationTests
|
||||
- name: Configure postgres
|
||||
run: |
|
||||
sudo -u postgres -s psql -U postgres -d postgres -c "alter user postgres with password 'postgres'; SELECT version();"
|
||||
sudo locale -a
|
||||
- name: Run integration tests
|
||||
run: dotnet test DD.Persistence.IntegrationTests
|
||||
|
Loading…
Reference in New Issue
Block a user