Skip to content
Snippets Groups Projects
Unverified Commit 8fcbc13c authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

Create test.yml

github actions
parent 7f0eb0e7
No related branches found
No related tags found
No related merge requests found
name: CI
on: [push]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: npm i
- name: Run test
run: npm run test
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment