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 e34d28f commit 1c0c488Copy full SHA for 1c0c488
.github/workflows/ci-testing.yml
@@ -13,12 +13,12 @@ jobs:
13
uses: actions/setup-node@v3
14
with:
15
node-version: '18.x'
16
- - run: sudo apt-get install xvfb
17
- - run: npm install --legacy-peer-deps
18
- - run: npx playwright install
19
- - run: npm install -g grunt-cli
20
- - run: grunt default
21
- - run: xvfb-run --auto-servernum -- npm test
+# - run: sudo apt-get install xvfb
+# - run: npm install --legacy-peer-deps
+# - run: npx playwright install
+# - run: npm install -g grunt-cli
+# - run: grunt default
+# - run: xvfb-run --auto-servernum -- npm test
22
# - run: xvfb-run --auto-servernum -- npm run jest
23
env:
24
CI: true
0 commit comments