This commit is contained in:
rejas
2021-01-01 22:47:28 +01:00
committed by veeck
parent 5bc2c207db
commit 5a3d3b76a7
3 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Automated Tests
name: "Run Automated Tests"
on:
push:
@@ -11,13 +11,10 @@ on:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}