Skip to content

Commit

Permalink
Updated sanity-suite.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowXBoss696 committed Mar 16, 2024
1 parent 4b4a49a commit 1a77186
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/sanity-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,18 @@ jobs:
with:
python-version: 3.11

- name: Setup Code Climate Test Reporter
run: |
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
chmod +x ./cc-test-reporter
- name: Install required dependencies
run: |
python -m pip install --upgrade poetry
poetry install --with=test
- name: Perform Sanity Tests
run: |
./cc-test-reporter before-build
poetry run pytest
./cc-test-reporter after-build --coverage-input-type clover --exit-code $?

0 comments on commit 1a77186

Please sign in to comment.