File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments