Skip to content

Commit 766c3a0

Browse files
committed
outputting version
1 parent 83d888d commit 766c3a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
11-
steps:
1210
- name: Chrome Update
1311
run: |
1412
sudo apt-get update
1513
sudo apt-get --only-upgrade install google-chrome-stable
1614
google-chrome --version
1715
16+
- uses: actions/checkout@v2
17+
1818
# - name: Cache node modules
1919
# uses: actions/cache@v1
2020
# with:

0 commit comments

Comments
 (0)