2 parents 3da5410 + 38d6ee8 commit 3c6bd74Copy full SHA for 3c6bd74
1 file changed
.github/workflows/ci.yml
@@ -60,6 +60,9 @@ jobs:
60
- name: Playground prepare
61
run: npm run dev:prepare
62
63
+ - name: Install mysql2
64
+ run: npx nypm@latest i mysql2
65
+
66
- name: Install DB Clients
67
run: sudo apt-get update && sudo apt-get install -y mariadb-client
68
@@ -101,6 +104,9 @@ jobs:
101
104
102
105
103
106
107
+ - name: Install pg
108
+ run: npx nypm@latest i pg
109
110
111
run: sudo apt-get update && sudo apt-get install -y postgresql-client
112
0 commit comments