Skip to content

disabling SDK tests until we can rewrite #6

disabling SDK tests until we can rewrite

disabling SDK tests until we can rewrite #6

name: create-aleo-app template tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: node template test
uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: |
cd create-aleo-app/template-node
npm install
npm start