Modify test env var handling
Some checks failed
CI / build-and-test (12) (push) Failing after 33s
CI / build-and-test (13) (push) Failing after 42s
CI / build-and-test (14) (push) Failing after 37s
CI / build-and-test (15) (push) Failing after 31s
CI / build-and-test (latest) (push) Failing after 3m8s
CI / publish (push) Has been skipped

This commit is contained in:
2024-04-20 21:18:15 -04:00
parent 72c11f77e5
commit aa14333604
2 changed files with 13 additions and 23 deletions

View File

@@ -6,6 +6,9 @@ on:
pull_request:
branches: [ "main" ]
env:
BBDOX__PG__PORT: 8301
jobs:
build-and-test:
@@ -30,9 +33,6 @@ jobs:
ports:
- "8301:5432"
env:
BITBADGER__DOCUMENTS__POSTGRES__DBPORT: 8301
steps:
- uses: actions/checkout@v3
- name: Setup .NET 6