Skip to content

Commit 197194e

Browse files
committed
refactor: remove unused environment variables and cleanup test step
1 parent ae9be87 commit 197194e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,9 @@ jobs:
6161
npm install -g bats
6262
6363
- name: Tests
64-
env:
65-
DATABASE_HOST: localhost
66-
DATABASE_PORT: 5433
6764
run: |
6865
mkdir test-results
6966
bats . --verbose-run --print-output-on-failure --report-formatter junit --output test-results
70-
ls -lah test-results
7167
7268
- name: Restore dependencies
7369
run: dotnet restore

0 commit comments

Comments
 (0)