Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliocimino committed Jun 16, 2022
1 parent b7e833a commit ceade9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd ./Test/package
coverage run --source=./ -m pytest start.py &
coverage run --source=./ start.py &
variable=$!
sleep 100
#kill $variable
Expand Down

0 comments on commit ceade9f

Please sign in to comment.