portainer_templates/.github/workflows/tests.yml

14 lines
240 B
YAML
Raw Permalink Normal View History

2020-06-08 21:01:23 +02:00
name: tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm install
- run: npm test