From 5c3e7b92c87faa7284b5085187d0ee9a7b36126f Mon Sep 17 00:00:00 2001 From: Olga Nemt Date: Wed, 18 Dec 2024 13:15:21 +0500 Subject: [PATCH] =?UTF-8?q?=D0=B5=D1=89=D0=B5=20=D0=BE=D0=B4=D0=BD=D0=B0?= =?UTF-8?q?=20=D0=BF=D0=BE=D0=BF=D1=8B=D1=82=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 5583d5e..b84cf03 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -7,16 +7,16 @@ jobs: runs-on: ubuntu-latest container: catthehacker/ubuntu:act-latest steps: - # - name: Checkout Codebase - # uses: actions/checkout@v4 + - name: Checkout Codebase + uses: actions/checkout@v4 - # - name: Setup dotnet - # uses: actions/setup-dotnet@v4 - # with: - # dotnet-version: 8.0.x + - name: Setup dotnet + uses: actions/setup-dotnet@v4 + with: + dotnet-version: 8.0.x - # - name: Check out repository code - # uses: actions/checkout@v4 + - name: Check out repository code + uses: actions/checkout@v4 - name: Configure and install postgres run: | @@ -40,12 +40,12 @@ jobs: - # - name: Run integration tests - # env: - # DB_HOST: localhost - # DB_USER: postgres - # DB_NAME: persistence - # DB_PASSWORD: postgres + - name: Run integration tests + env: + DB_HOST: localhost + DB_USER: postgres + DB_NAME: persistence + DB_PASSWORD: postgres - # run: | - # dotnet test DD.Persistence.IntegrationTests \ No newline at end of file + run: | + dotnet test DD.Persistence.IntegrationTests \ No newline at end of file