From 58b5c22efec91a3bd8496df1fcfc8452d2b9ed53 Mon Sep 17 00:00:00 2001 From: Olga Nemt Date: Mon, 23 Dec 2024 16:10:10 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B0,=20=D1=81?= =?UTF-8?q?=20=D1=83=D0=BA=D0=B0=D0=B7=D0=B0=D0=BD=D0=B8=D0=B5=D0=BC=20?= =?UTF-8?q?=D0=B2=D0=BD=D0=B5=D1=88=D0=BD=D0=B5=D0=B3=D0=BE=20docker-dotne?= =?UTF-8?q?t=20=D0=BE=D0=B1=D1=80=D0=B0=D0=B7=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 73261a0..84a414f 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -5,7 +5,7 @@ on: push jobs: test: runs-on: ubuntu-latest - container: node + container: mcr.microsoft.com/dotnet/aspnet:8.0 # Service containers to run with `runner-job` services: @@ -28,10 +28,6 @@ jobs: - 5442:5432 steps: - - name: Setup dotnet - uses: actions/setup-dotnet@v4 - with: - dotnet-version: 8.0.x - name: Check out repository code uses: actions/checkout@v4 - name: Run integration tests