diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..7c4d1c8 --- /dev/null +++ b/.github/workflows/test.yml @@ -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 \ No newline at end of file