Skip to content

Commit

Permalink
more debug5
Browse files Browse the repository at this point in the history
  • Loading branch information
gjr80 committed Jul 30, 2023
1 parent ee5bc8b commit 4c89ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ jobs:
echo "----PYTHONPATH------"
export PYTHONPATH=/home/weewx/bin:$PYTHONPATH
echo "----PYTHONPATH------"
python3 -m user.tests.test_egd
python3 -m user.tests.test_egd >> var/tmp/test-results 2>&1
# PYTHONPATH=/home/weewx/bin python3 -m user.tests.test_egd
- name: Archive test-results
if: success() || failure()
uses: actions/upload-artifact@v3
with:
name: test-results
path: build/test-results
path: var/tmp/test-results

0 comments on commit 4c89ae9

Please sign in to comment.