Skip to content

Commit

Permalink
No need to delete files on github woorkflows
Browse files Browse the repository at this point in the history
  • Loading branch information
stanmart committed Apr 19, 2024
1 parent 50de79c commit 431eac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
source venv/bin/activate
pip install -r requirements.txt
- run: echo "$PWD/venv/bin" >> $GITHUB_PATH
- run: timeout 30 otree devserver & otree test bargaining_test 2> stderr.log || cat stderr.log; rm stderr.log; pkill otree
- run: timeout 30 otree devserver & otree test bargaining_test 2> stderr.log || cat stderr.log; pkill otree

0 comments on commit 431eac1

Please sign in to comment.