Skip to content

Commit 5740df9

Browse files
committed
Comment out CI
1 parent 4cb4ffc commit 5740df9

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/ci-testing.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
name: Continuous Testing
1+
#name: Continuous Testing
22

3-
on: [pull_request]
3+
#on: [pull_request]
44

5-
jobs:
6-
build:
5+
#jobs:
6+
# build:
77

8-
runs-on: ubuntu-latest
8+
# runs-on: ubuntu-latest
99

10-
steps:
11-
- uses: actions/checkout@v4
12-
- name: Use Node.js
13-
uses: actions/setup-node@v4
14-
with:
15-
node-version: latest
16-
- run: sudo apt-get install xvfb
17-
- run: npm install
18-
- run: npx playwright install --with-deps
19-
- run: npm install -g grunt-cli
20-
- run: grunt default
21-
- run: xvfb-run --auto-servernum -- npx playwright test --grep-invert="popupTabNavigation\.test\.js|layerContextMenuKeyboard\.test\.js" --workers=1 --retries=3
10+
# steps:
11+
# - uses: actions/checkout@v4
12+
# - name: Use Node.js
13+
# uses: actions/setup-node@v4
14+
# with:
15+
# node-version: latest
16+
# - run: sudo apt-get install xvfb
17+
# - run: npm install
18+
# - run: npx playwright install --with-deps
19+
# - run: npm install -g grunt-cli
20+
# - run: grunt default
21+
# - run: xvfb-run --auto-servernum -- npx playwright test --grep-invert="popupTabNavigation\.test\.js|layerContextMenuKeyboard\.test\.js" --workers=1 --retries=3
2222
# - run: xvfb-run --auto-servernum -- npx playwright test --grep="popupTabNavigation\.test\.js|layerContextMenuKeyboard\.test\.js" --workers=1 --retries=3
2323
# - run: xvfb-run --auto-servernum -- npm run jest
24-
env:
25-
CI: true
24+
# env:
25+
# CI: true

0 commit comments

Comments
 (0)