Skip to content

Commit

Permalink
replace dir with ls
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Jun 13, 2024
1 parent c736a81 commit eeff46f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@ jobs:
- name: CLI Tests - Clear single .docx file
run: |
dmeta --clear "tests/test_a.docx"
dir ./tests
ls ./tests
- name: CLI Tests - Clear all .docx files
run: |
cd ./tests
dmeta --clear-all
dir .
ls .
cd -
- name: CLI Tests - Update single .docx file
run: |
dmeta --update "tests/test_a.docx" --config "tests/config.json"
dir ./tests
ls ./tests
- name: CLI Tests - Update all .docx files
run: |
cd ./tests
dmeta --update-all --config "tests/config.json"
dir .
dmeta --update-all --config "./config.json"
ls .
cd -
- name: Test requirements Installation
run: |
Expand Down

0 comments on commit eeff46f

Please sign in to comment.