Add "bashbrew from" to the list of smoke test commands (so we test the fetching workflow to some minor extent)
This commit is contained in:
parent
ce6033aeda
commit
d8fcd27172
|
|
@ -27,3 +27,4 @@ jobs:
|
||||||
./bashbrew list "$image"
|
./bashbrew list "$image"
|
||||||
./bashbrew list --uniq "$image"
|
./bashbrew list --uniq "$image"
|
||||||
./bashbrew cat "$image"
|
./bashbrew cat "$image"
|
||||||
|
./bashbrew from --uniq "$image"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue