Правка, с указанием внешнего docker-dotnet образа
Some checks failed
Unit tests / test (push) Failing after 3s
Some checks failed
Unit tests / test (push) Failing after 3s
This commit is contained in:
parent
1c62aa57b6
commit
58b5c22efe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user