Skip to content

Commit 83d888d

Browse files
committed
outputting version
1 parent cd86037 commit 83d888d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v2
11+
steps:
12+
- name: Chrome Update
13+
run: |
14+
sudo apt-get update
15+
sudo apt-get --only-upgrade install google-chrome-stable
16+
google-chrome --version
1117
1218
# - name: Cache node modules
1319
# uses: actions/cache@v1

0 commit comments

Comments
 (0)