We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f3f66 commit 7dcb369Copy full SHA for 7dcb369
.github/workflows/playwright.yml
@@ -20,10 +20,8 @@ jobs:
20
node-version: lts/*
21
cache: 'npm'
22
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
+ - run: sudo apt-get update && sudo apt-get install -y unixodbc-dev
+ - run: npm ci && npx playwright install --with-deps chromium
27
- name: build sqlpage
28
run: cargo build
29
working-directory: ./examples/official-site
0 commit comments