Skip to content

Commit d45cb39

Browse files
committed
try fixing CI
1 parent 6cd4e24 commit d45cb39

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,4 @@ jobs:
7777
run: pnpm run lint
7878

7979
- name: Test
80-
env:
81-
TEST_DB_PROVIDER: ${{ matrix.provider }}
82-
run: pnpm run test
80+
run: TEST_DB_PROVIDER=${{ matrix.provider }} pnpm run test

0 commit comments

Comments
 (0)