Open
Description
It would be great to have these bats libraries installed by this action to make it easier to write tests with rich assertions.
Currently I am running these bash commands in a subsequent step to install the libraries relative to my bats file, as shown in the installation documentation.
apt-get install --assume-yes wget unzip
wget https://github.com/bats-core/bats-assert/archive/master.zip -O assert.zip
unzip assert.zip
mv bats-assert-master/ bats-assert/
wget https://github.com/bats-core/bats-support/archive/master.zip -O support.zip
unzip support.zip
mv bats-support-master/ bats-support/
Metadata
Metadata
Assignees
Labels
No labels
Activity