Files
node-cryptoforknote-util-mo/.github/workflows/test.yml
MoneroOcean a275227d76 Fixed CI
2024-10-07 07:26:39 +03:00

19 lines
401 B
YAML

on: push
name: Test
jobs:
build_lin:
name: Ubuntu test
runs-on: ubuntu-latest
steps:
- name: Prepare Ubuntu tools
run: |
sudo apt update
sudo apt-get install -y libboost-dev
- name: Checkout code
uses: actions/checkout@master
- name: Test
run: |
npm install
node_modules/cryptoforknote-util/tests/run.sh