Skip to content

Commit

Permalink
add traversing to .tests directory
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Jun 13, 2024
1 parent 5f6b934 commit e1fe09f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,20 @@ jobs:
dir ./tests
- name: CLI Tests - Clear all .docx files
run: |
dmeta --clear-all
dir ./tests
cd ./tests
dmeta --clear-all
dir .
cd -
- name: CLI Tests - Update single .docx file
run: |
dmeta --update "tests/test_a.docx" --config "tests/config.json"
dir ./tests
- name: CLI Tests - Update all .docx files
run: |
cd ./tests
dmeta --update-all --config "tests/config.json"
dir ./tests
dir .
cd -
- name: Test requirements Installation
run: |
python otherfiles/requirements-splitter.py
Expand Down

0 comments on commit e1fe09f

Please sign in to comment.