Skip to content

Commit 0b7100b

Browse files
committed
chore: Enable database tests
1 parent 3b8f54c commit 0b7100b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/general.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- name: Test Packages
3232
run: pnpm test
3333
env:
34-
DPKIT_MYSQL_URL: mysql://test:test@localhost:3306/test
35-
DPKIT_POSTGRESQL_URL: postgresql://test:test@localhost:5432/test
34+
FRICTIONLESS_MYSQL_URL: mysql://test:test@localhost:3306/test
35+
FRICTIONLESS_POSTGRESQL_URL: postgresql://test:test@localhost:5432/test
3636
- name: Upload Coverage
3737
uses: codecov/codecov-action@v5
3838
with:

0 commit comments

Comments
 (0)