Skip to content

Commit

Permalink
init tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sbmsr committed Mar 14, 2023
1 parent 4d35277 commit 6735db0
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,8 @@ jobs:
- uses: actions/setup-node@v3 # setup node
with:
node-version: 16
- run: rm -rf tests # remove any user provided test dir
- uses: actions/checkout@v3 # checkout tests repo
- uses: actions/setup-python@v4
with:
repository: <TEST REPO GOES HERE>
path: tests
- name: npm install
run: cd tests && npm i
- name: Run Tests
run: node tests/test.js
python-version: 3.11
- run: pip install -r requirements.txt
- run: python manage.py test

0 comments on commit 6735db0

Please sign in to comment.