Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gjr80 committed Jul 30, 2023
1 parent a40a3e2 commit ec6af2e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cd weewx-4.10.2
python3 ./setup.py build
# sudo python3 ./setup.py install
echo -e "$DESCRIPTION\n46, meter\n-27.185857\n152.956995\nn\nmetric\n3\n" | sudo python3 ./setup.py install
echo -e "Narangba CI\n46, meter\n-27.185857\n152.956995\nn\nmetric\n3\n" | sudo python3 ./setup.py install
- uses: actions/checkout@v3

Expand All @@ -49,6 +49,10 @@ jobs:
# run: |
# sudo make test-setup-ci

- name: Setup test
run: |
cp /home/runner/work/weewx-gw1000/weewx-gw1000/bin/user/gw1000.py /home/weewx/bin/user/gw1000.py
cp -R /home/runner/work/weewx-gw1000/weewx-gw1000/bin/user/tests /home/weewx/bin/user/
- name: Launch tests
run: |
echo "-----pwd-----"
Expand All @@ -61,8 +65,8 @@ jobs:
ls -hail bin/
echo "----PYTHONPATH------"
PWD=$(pwd)
export PYTHONPATH=$PWD/bin:$PYTHONPATH
# PWD=$(pwd)
# export PYTHONPATH=$PWD/bin:$PYTHONPATH
echo "----PYTHONPATH------"
python3 -m user.tests.test_egd
# PYTHONPATH=/home/weewx/bin python3 -m user.tests.test_eg
Expand Down

0 comments on commit ec6af2e

Please sign in to comment.