Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gjr80 authored Feb 5, 2024
1 parent fd9c36d commit 4628914
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
--units=us \
--no-prompt
weectl extension install ~/work/weewx-gw1000/weewx-gw1000 --yes
mkdir ~/weewx-data/bin/tests
cp ~/work/weewx-gw1000/weewx-gw1000/tests/test_egd.py ~/weewx-data/bin/tests/
ls -ail ~/weewx-data/bin/tests/
# - name: Setup tests
# run: |
Expand All @@ -43,7 +46,7 @@ jobs:
# ls -ail
# ls -ail ~
# ls -ail ~/work/weewx-gw1000/weewx-gw1000
ls -ail ~/weewx-data/bin/user
# ls -ail ~/weewx-data/bin/user
PYTHONPATH=~/weewx-data/bin python3 -m user.tests.test_egd
# - name: Archive test-results
Expand Down

0 comments on commit 4628914

Please sign in to comment.