Skip to content

Commit fcaac8a

Browse files
committed
fix: disable Chromium installation for faster testing
1 parent 69d3bfc commit fcaac8a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/validate.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -111,17 +111,9 @@ jobs:
111111
- name: Run install
112112
run: npm ci
113113
- run: npx playwright install
114-
# Disable for fast testing
114+
# Disabled for fast testing
115115
# - name: Run test
116116
# run: npm test
117-
118-
- name: Install Chromium
119-
run: |
120-
sudo apt-get update
121-
sudo apt-get install -y chromium-browser
122-
- name: Set Puppeteer executable path
123-
run: echo "PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser" >> $GITHUB_ENV
124-
125117
- name: Run Storybook tests
126118
if: env.APPLITOOLS_API_KEY
127119
run: |

0 commit comments

Comments
 (0)