правка
All checks were successful
Unit tests / test (push) Successful in 1m10s

This commit is contained in:
Оля Бизюкова 2024-12-19 09:40:09 +05:00
parent 6504a816d1
commit bace71a97b

View File

@ -33,9 +33,5 @@ jobs:
dotnet-version: 8.0.x dotnet-version: 8.0.x
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
# - name: Run integration tests - name: Run integration tests
# run: dotnet test DD.Persistence.IntegrationTests 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