Skip to content

Commit b5e3367

Browse files
committed
DB credentials
1 parent 354b628 commit b5e3367

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-eql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ jobs:
3131
postgres-version: [17, 16, 15, 14]
3232

3333
env:
34+
CS_DATABASE__USERNAME: ${USER}
3435
CS_DATABASE__NAME: test
3536
CS_DATABASE__PASSWORD:
36-
CS_DATABASE__PORT: 5532
37+
CS_DATABASE__PORT: 5432
3738

3839

3940
steps:
@@ -50,6 +51,7 @@ jobs:
5051
postgres-version: ${{ matrix.postgres-version }}
5152
database: ${{ env.CS_DATABASE__NAME }}
5253

54+
5355
- name: Test EQL
5456
run: |
5557
mise run test

0 commit comments

Comments
 (0)