Added CI tests
This commit is contained in:
15
.github/workflows/test.yml
vendored
Normal file
15
.github/workflows/test.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
on: push
|
||||||
|
|
||||||
|
name: Test
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build_lin:
|
||||||
|
name: Ubuntu test
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@master
|
||||||
|
- name: Test
|
||||||
|
run: |
|
||||||
|
npm install
|
||||||
|
node_modules/cryptoforknote-util/tests/run.sh
|
||||||
Reference in New Issue
Block a user