We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8f54c commit 0b7100bCopy full SHA for 0b7100b
.github/workflows/general.yaml
@@ -31,8 +31,8 @@ jobs:
31
- name: Test Packages
32
run: pnpm test
33
env:
34
- DPKIT_MYSQL_URL: mysql://test:test@localhost:3306/test
35
- DPKIT_POSTGRESQL_URL: postgresql://test:test@localhost:5432/test
+ FRICTIONLESS_MYSQL_URL: mysql://test:test@localhost:3306/test
+ FRICTIONLESS_POSTGRESQL_URL: postgresql://test:test@localhost:5432/test
36
- name: Upload Coverage
37
uses: codecov/codecov-action@v5
38
with:
0 commit comments