mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
also install npm packages when testing brew package
This commit is contained in:
parent
9850333b88
commit
0aa75c861b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/homebrew.yml
vendored
2
.github/workflows/homebrew.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
- name: Add some links to test
|
||||
run: |
|
||||
mkdir data && cd data
|
||||
archivebox init
|
||||
archivebox init --setup
|
||||
archivebox add 'https://example.com'
|
||||
archivebox version
|
||||
archivebox status
|
||||
|
|
Loading…
Reference in a new issue