Skip to content

Commit

Permalink
Merge pull request #39 from weareprestatech/callegarimattia-patch-1
Browse files Browse the repository at this point in the history
Update build-badge.yml
  • Loading branch information
krishnasism authored Jan 16, 2024
2 parents e09cef1 + 3903b19 commit 71928fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
run: |
mkdir $HOME/test_external_dir
cd $HOME/test_external_dir
cp $GITHUB_WORKSPACE/tests . -r
python -m venv venv
source venv/bin/activate
pip install $GITHUB_WORKSPACE pytest pytest-xdist
python -m pytest $GITHUB_WORKSPACE/tests -n=auto
python -m pytest -n=auto

0 comments on commit 71928fc

Please sign in to comment.