Create test.yml

This commit is contained in:
Aleksandr Statciuk 2023-05-12 01:44:53 +03:00
parent 3da0866bfc
commit 85dd513daa
1 changed files with 15 additions and 0 deletions

15
.github/workflows/test.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: test
on:
push:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install dependencies
run: npm install
- name: build
run: npm test