feature/#524-pipline #15

Merged
on.nemtina merged 85 commits from feature/#524-pipline into master 2024-12-23 16:39:46 +05:00
Showing only changes of commit 75622a0354 - Show all commits

View File

@ -2,13 +2,6 @@ name: Unit tests
run-name: ${{ gitea.actor }} is testing
on: push
env:
registry: my_registry_name
# Not sure these are actually being passed down to rails, set them as the default in database.yml
DB_HOST: localhost
DB_USERNAME: postgres
DB_PASSWORD: postgres
jobs:
test:
runs-on: ubuntu-latest
@ -42,4 +35,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Run integration tests
env:
POSTGRES_HOST: postgres
POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }}
run: dotnet test DD.Persistence.IntegrationTests