Skip to content

simplified python client and server http templates #41

simplified python client and server http templates

simplified python client and server http templates #41

Workflow file for this run

name: Run Tests
on:
push:
branches:
- '**'
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '20.x'
- name: Install pm2 globally
run: npm install -g pm2
- name: Run tests
run: bash test.sh