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