mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-25 04:04:25 -04: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
|
- name: Add some links to test
|
||||||
run: |
|
run: |
|
||||||
mkdir data && cd data
|
mkdir data && cd data
|
||||||
archivebox init
|
archivebox init --setup
|
||||||
archivebox add 'https://example.com'
|
archivebox add 'https://example.com'
|
||||||
archivebox version
|
archivebox version
|
||||||
archivebox status
|
archivebox status
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue