1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-27 08:14:38 +02:00

fix ls a option not available on windows

This commit is contained in:
Nick Sweeting
2020-12-11 19:10:39 +02:00
parent ec86060a61
commit 27b266af5f

View File

@@ -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