Skip to content

added github and linkedin to demo #37

added github and linkedin to demo

added github and linkedin to demo #37

Workflow file for this run

# This workflow deploys the current model to PyPI after a new release is created on GitHub.
name: Test JS-Torch
on:
push:
branches:
- main
workflow_dispatch:
jobs:
test:
name: Test framework # instantiate testing job
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # checkout the repo
- name: Execute tests # execute tests in tests/
run: |
node tests/test.js