Skip to content

Commit

Permalink
add unit tests to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SGeeversAtVortech committed Sep 19, 2024
1 parent 155496a commit b431b45
Showing 1 changed file with 19 additions and 22 deletions.
41 changes: 19 additions & 22 deletions .github/workflows/rtc-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,28 +36,25 @@ jobs:
retention-days: 7
path: dist/

# test-linux:
# needs: build
# runs-on: ubuntu-latest
# container:
# image: python:${VERSION}
# timeout-minutes: 30
# env:
# TOXENV: py
# strategy:
# matrix:
# VERSION:
# - '3.8'
# - '3.9'
# - '3.10'
# - '3.11'
# steps:
# - uses: actions/[email protected]
# with:
# lfs: true
# - uses: actions/[email protected]
# - run: pip install tox
# - run: tox -vv
test-linux:
needs: build
runs-on: ubuntu-latest
container:
image: python:${VERSION}
timeout-minutes: 30
env:
TOXENV: py
strategy:
matrix:
VERSION:
- '3.8'
# - '3.9'
# - '3.10'
# - '3.11'
steps:
- uses: actions/checkout@v4
- run: pip install tox
- run: tox -vv

# coverage:
# needs: test-linux
Expand Down

0 comments on commit b431b45

Please sign in to comment.