mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 15:14:31 -04:00
fix ls a option not available on windows
This commit is contained in:
parent
ec86060a61
commit
27b266af5f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -77,7 +77,7 @@ jobs:
|
||||||
- name: Directory listing for debugging
|
- name: Directory listing for debugging
|
||||||
run: |
|
run: |
|
||||||
pwd
|
pwd
|
||||||
ls -a ./
|
ls
|
||||||
archivebox version
|
archivebox version
|
||||||
|
|
||||||
- name: Test built package with pytest
|
- name: Test built package with pytest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue