Skip to content

Commit 2cc6f36

Browse files
committed
test
1 parent 494bbea commit 2cc6f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on: [ push ]
33

44
jobs:
55
job1:
6-
runs-on: ${{ matrix.os }}
76
strategy:
87
matrix:
98
os: [ubuntu-18.04, ubuntu-20.04]
109
node: [10, 12, 14]
10+
runs-on: ${{ matrix.os }}
1111
steps:
1212
- uses: actions/setup-node@v2
1313
with:

0 commit comments

Comments
 (0)