Skip to content

Commit 7dcb369

Browse files
committed
install odbc on e2e ci
1 parent f4f3f66 commit 7dcb369

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ jobs:
2020
node-version: lts/*
2121
cache: 'npm'
2222
cache-dependency-path: ./tests/end-to-end/package-lock.json
23-
- name: Install dependencies
24-
run: |
25-
npm ci
26-
npx playwright install --with-deps chromium
23+
- run: sudo apt-get update && sudo apt-get install -y unixodbc-dev
24+
- run: npm ci && npx playwright install --with-deps chromium
2725
- name: build sqlpage
2826
run: cargo build
2927
working-directory: ./examples/official-site

0 commit comments

Comments
 (0)