From 0aa75c861bdddaf2de2a7619ff661500fff6a5f6 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 23 Dec 2021 15:56:28 -0500 Subject: [PATCH] also install npm packages when testing brew package --- .github/workflows/homebrew.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index ce8ded30..af7a0795 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -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