Skip to content

Commit 3c6bd74

Browse files
authored
Merge pull request #38 from rrd108/fix-ci-optional-deps
Pull request for issue #37
2 parents 3da5410 + 38d6ee8 commit 3c6bd74

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
- name: Playground prepare
6161
run: npm run dev:prepare
6262

63+
- name: Install mysql2
64+
run: npx nypm@latest i mysql2
65+
6366
- name: Install DB Clients
6467
run: sudo apt-get update && sudo apt-get install -y mariadb-client
6568

@@ -101,6 +104,9 @@ jobs:
101104
- name: Playground prepare
102105
run: npm run dev:prepare
103106

107+
- name: Install pg
108+
run: npx nypm@latest i pg
109+
104110
- name: Install DB Clients
105111
run: sudo apt-get update && sudo apt-get install -y postgresql-client
106112

0 commit comments

Comments
 (0)