Skip to content

Commit

Permalink
inplace CLI testcases added
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Aug 4, 2024
1 parent 63f7914 commit b519fb0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,25 @@ jobs:
- name: CLI Tests - Clear single .docx file
run: |
dmeta --clear "tests/test_a.docx"
dmeta --clear "tests/test_a.docx" --inplace
ls ./tests
- name: CLI Tests - Clear all .docx files
run: |
cd ./tests
dmeta --clear-all
dmeta --clear-all
dmeta --clear-all --inplace
ls .
cd -
- name: CLI Tests - Update single .docx file
run: |
dmeta --update "tests/test_a.docx" --config "tests/config.json"
dmeta --update "tests/test_a.docx" --config "tests/config.json" --inplace
ls ./tests
- name: CLI Tests - Update all .docx files
run: |
cd ./tests
dmeta --update-all --config "./config.json"
dmeta --update-all --config "./config.json" --inplace
ls .
cd -
- name: Test requirements Installation
Expand Down

0 comments on commit b519fb0

Please sign in to comment.