File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
- name : Continuous Testing
1
+ # name: Continuous Testing
2
2
3
- on : [pull_request]
3
+ # on: [pull_request]
4
4
5
- jobs :
6
- build :
5
+ # jobs:
6
+ # build:
7
7
8
- runs-on : ubuntu-latest
8
+ # runs-on: ubuntu-latest
9
9
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
22
22
# - run: xvfb-run --auto-servernum -- npx playwright test --grep="popupTabNavigation\.test\.js|layerContextMenuKeyboard\.test\.js" --workers=1 --retries=3
23
23
# - run: xvfb-run --auto-servernum -- npm run jest
24
- env :
25
- CI : true
24
+ # env:
25
+ # CI: true
You can’t perform that action at this time.
0 commit comments