Skip to content

Commit 972ceac

Browse files
committed
outputting version
1 parent e703c87 commit 972ceac

File tree

3 files changed

+18
-20
lines changed

3 files changed

+18
-20
lines changed

.github/workflows/test.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@ jobs:
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:

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
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": {

0 commit comments

Comments
 (0)