Skip to content

Commit 1c0c488

Browse files
prushforprushforth
authored andcommitted
Comment out workflow for now
1 parent e34d28f commit 1c0c488

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci-testing.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
uses: actions/setup-node@v3
1414
with:
1515
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
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
2222
# - run: xvfb-run --auto-servernum -- npm run jest
2323
env:
2424
CI: true

0 commit comments

Comments
 (0)