Checkout apps repo for make_readme
This commit is contained in:
parent
1c6f0c100d
commit
674eb31347
2 changed files with 1 additions and 2 deletions
1
.github/workflows/tests_make_readme.yml
vendored
1
.github/workflows/tests_make_readme.yml
vendored
|
@ -8,6 +8,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: 'Set up Python 3.9'
|
- name: 'Set up Python 3.9'
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -29,8 +29,6 @@ def test_running_make_readme():
|
||||||
subprocess.check_call(
|
subprocess.check_call(
|
||||||
[
|
[
|
||||||
TEST_DIRECTORY.parent / "make_readme.py",
|
TEST_DIRECTORY.parent / "make_readme.py",
|
||||||
"-l",
|
|
||||||
TEST_DIRECTORY.parent.parent.parent,
|
|
||||||
temporary_tested_app_directory,
|
temporary_tested_app_directory,
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue