1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-21 13:52:30 +02:00

also install npm packages when testing brew package

This commit is contained in:
Nick Sweeting
2021-12-23 15:56:28 -05:00
committed by GitHub
parent 9850333b88
commit 0aa75c861b

View File

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