From d8fcd2717270d547bb892e08340590f006b149b3 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Wed, 6 May 2020 10:11:12 -0700 Subject: [PATCH] Add "bashbrew from" to the list of smoke test commands (so we test the fetching workflow to some minor extent) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24620e7..bbc49a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,3 +27,4 @@ jobs: ./bashbrew list "$image" ./bashbrew list --uniq "$image" ./bashbrew cat "$image" + ./bashbrew from --uniq "$image"