Skip to content

Commit

Permalink
actually include contents of test action
Browse files Browse the repository at this point in the history
  • Loading branch information
karmeleon committed Apr 29, 2024
1 parent 0113091 commit e91e256
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
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

0 comments on commit e91e256

Please sign in to comment.