add workflow
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: toolkit-unit-tests
|
||||
name: http-tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- name: Set Node.js 12.x
|
||||
uses: actions/setup-node@master
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: {{ matrix.node-version }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user