1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-05 02:51:37 +07:00

chore: trying github ci

This commit is contained in:
Juan Picado @jotadeveloper 2019-08-10 13:54:27 +02:00 committed by GitHub
parent dcfda4483f
commit 3746a0466f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
.github/workflows/nodejs.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 10.x
uses: actions/setup-node@v1
with:
version: 10.x
- name: npm install, build, and test
run: |
npm install
npm test