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 69d3bfc commit fcaac8aCopy full SHA for fcaac8a
.github/workflows/validate.yaml
@@ -111,17 +111,9 @@ jobs:
111
- name: Run install
112
run: npm ci
113
- run: npx playwright install
114
- # Disable for fast testing
+ # Disabled for fast testing
115
# - name: Run test
116
# 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
125
- name: Run Storybook tests
126
if: env.APPLITOOLS_API_KEY
127
run: |
0 commit comments