We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8868391 commit 2e6e3c1Copy full SHA for 2e6e3c1
.github/workflows/playwright.yml
@@ -26,6 +26,11 @@ jobs:
26
- name: Set up Node environment
27
uses: ./.github/actions/setup-node-env
28
29
+ - name: Turn off mandb updates
30
+ run: |
31
+ sudo mv /usr/bin/mandb /usr/bin/mandb-OFF
32
+ sudo cp -p /bin/true /usr/bin/mandb
33
+
34
- name: Install Playwright Browsers
35
run: pnpm playwright install --with-deps chromium
36
working-directory: ./dotcom-rendering
0 commit comments