Skip to content

Commit 992387b

Browse files
authored
Update and rename blank.yml to build-test.yml
1 parent aa7bb89 commit 992387b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/build-test.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: CI
2+
3+
on: [push]
4+
5+
jobs:
6+
build:
7+
8+
runs-on: ${{ matrix.os }}
9+
strategy:
10+
matrix:
11+
node_version: [8, 10, 12]
12+
os: [ubuntu-latest, windows-latest, macOS-latest]
13+
14+
steps:
15+
- uses: actions/checkout@v1
16+
- name: Run a one-line script
17+
run: powershell ./Selenium.tests.ps1

0 commit comments

Comments
 (0)