Skip to content

actually include contents of test action #4

actually include contents of test action

actually include contents of test action #4

Workflow file for this run

---
name: Run Tests
on: [push]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- uses: actions/setup-node@v4
with:
node-version: '16.x'
- run: pip3 install --user virtualenv
- run: make test