File tree Expand file tree Collapse file tree 3 files changed +18
-20
lines changed Expand file tree Collapse file tree 3 files changed +18
-20
lines changed Original file line number Diff line number Diff line change 99 steps :
1010 - uses : actions/checkout@v2
1111
12- - name : Cache node modules
13- uses : actions/cache@v1
14- with :
15- path : ~/.npm
16- key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
17- restore-keys : |
18- ${{ runner.os }}-node-
19-
20- - uses : browser-actions/setup-chrome@latest
21- with :
22- chrome-version : stable
23- - run : chrome --version
24-
25- - uses : nanasess/setup-chromedriver@master
26- - run : |
27- export DISPLAY=:99
28- chromedriver --url-base=/wd/hub &
29- sudo Xvfb -ac :99 -screen 0 1280x1024x16 > /dev/null 2>&1 & # optional
12+ # - name: Cache node modules
13+ # uses: actions/cache@v1
14+ # with:
15+ # path: ~/.npm
16+ # key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
17+ # restore-keys: |
18+ # ${{ runner.os }}-node-
19+ #
20+ # - uses: browser-actions/setup-chrome@latest
21+ # with:
22+ # chrome-version: stable
23+ # - run: chrome --version
24+
25+ # - uses: nanasess/setup-chromedriver@master
26+ # - run: |
27+ # export DISPLAY=:99
28+ # chromedriver --url-base=/wd/hub &
29+ # sudo Xvfb -ac :99 -screen 0 1280x1024x16 > /dev/null 2>&1 & # optional
3030 - name : Use Node.js
3131 uses : actions/setup-node@v1
3232 with :
Original file line number Diff line number Diff line change 7979 "rxjs" : " ^6.5.3" ,
8080 "ts-node" : " ^10.4.0" ,
8181 "typescript" : " ~4.4.4" ,
82- "webdriver-manager" : " ^12.1.8" ,
8382 "zone.js" : " ~0.11.4"
8483 },
8584 "angularCompilerOptions" : {
You can’t perform that action at this time.
0 commit comments