Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Changes needed to make this crate a depedency of server #54

Changes needed to make this crate a depedency of server

Changes needed to make this crate a depedency of server #54

Workflow file for this run

name: Javascript Tests
on:
- pull_request
jobs:
format:
strategy:
matrix:
os:
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run js tests
run: ./example/ci-test.sh