Files
node-cryptoforknote-util-mo/.github/workflows/test.yml
2024-10-07 07:19:59 +03:00

15 lines
278 B
YAML

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