Skip to content

Commit

Permalink
fix incorrect file name
Browse files Browse the repository at this point in the history
  • Loading branch information
gjr80 committed Jul 30, 2023
1 parent 88d04a6 commit dd8e072
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
@@ -1,6 +1,6 @@
name: CI

on: [workflow_dispatch]
on: [push, workflow_dispatch]

jobs:
ci:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Launch tests
run: |
PYTHONPATH="bin:bin/user/tests" python3 bin/user/tests/test_eg.py
PYTHONPATH="bin:bin/user/tests" python3 bin/user/tests/test_egd.py
# PYTHONPATH=/home/weewx/bin python3 -m user.tests.test_eg
- name: Archive test-results
Expand Down

0 comments on commit dd8e072

Please sign in to comment.