File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 4141 - uses : actions/setup-node@v4
4242 with :
4343 node-version : ${{ matrix.node-version }}
44- - name : Install Playwright Browsers
45- run : npx playwright install --with-deps
4644 - name : Install
4745 run : npm install
4846 - name : Run Postgres Tests
8280 node-version : ${{ matrix.node-version }}
8381 - name : Install
8482 run : npm install
85- - name : Install Playwright Browsers
86- run : npx playwright install --with-deps
8783 - name : Run Mysql Tests
8884 run : npm run test:${{ matrix.mysql.command }}
8985
@@ -107,8 +103,6 @@ jobs:
107103 - uses : actions/setup-node@v4
108104 with :
109105 node-version : ${{ matrix.node-version }}
110- - name : Install Playwright Browsers
111- run : npx playwright install --with-deps
112106 - name : Install
113107 run : npm install
114108 - name : Run SQLite Tests
You can’t perform that action at this time.
0 commit comments