Skip to content

Commit d470f13

Browse files
committed
Move project daily_tests to daily-tests directory
so as ocp-stream-generator have the same directory structure Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
1 parent 7543a3f commit d470f13

21 files changed

Lines changed: 55 additions & 23 deletions

.github/workflows/python-daily-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
- uses: fedora-python/tox-github-action@main
2020
with:
2121
tox_env: ${{ matrix.tox_env }}
22-
workdir: "daily_tests/"
22+
workdir: "daily-tests/"
2323
- name: Upload coverage to Codecov
2424
uses: codecov/codecov-action@v5
2525
with:
2626
token: ${{ secrets.CODECOV_TOKEN }}
2727
flags: daily-tests-unit
28-
files: daily_tests/coverage.xml
28+
files: daily-tests/coverage.xml
2929
fail_ci_if_error: false
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)