From 5794e4aefee53b8b71b1c4d021c7709b1a42f5ea Mon Sep 17 00:00:00 2001 From: Olga Nemt Date: Mon, 23 Dec 2024 16:22:58 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=BA=D0=B0=D1=82=20=D0=BF=D0=BE?= =?UTF-8?q?=D1=81=D0=BB=D0=B5=D0=B4=D0=BD=D0=B8=D1=85=20=D0=B8=D0=B7=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 84a414f..73261a0 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -5,7 +5,7 @@ on: push jobs: test: runs-on: ubuntu-latest - container: mcr.microsoft.com/dotnet/aspnet:8.0 + container: node # Service containers to run with `runner-job` services: @@ -28,6 +28,10 @@ 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