Skip to content

Commit 4d6ba05

Browse files
authored
Merge pull request #14178 from guardian/ravi/ci-speedup-skip-mandb
Speedup CI: turn off mandb updates on Playwright tests
2 parents aecbc8d + 2e6e3c1 commit 4d6ba05

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
- name: Set up Node environment
2727
uses: ./.github/actions/setup-node-env
2828

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+
2934
- name: Install Playwright Browsers
3035
run: pnpm playwright install --with-deps chromium
3136
working-directory: ./dotcom-rendering

0 commit comments

Comments
 (0)