TaoLer/vendor/firebase/php-jwt/.github/actions/entrypoint.sh

19 lines
346 B
Bash
Raw Normal View History

#!/bin/sh -l
apt-get update && \
apt-get install -y --no-install-recommends \
git \
zip \
curl \
unzip \
wget
curl --silent --show-error https://getcomposer.org/installer | php
php composer.phar self-update
echo "---Installing dependencies ---"
php composer.phar update
echo "---Running unit tests ---"
vendor/bin/phpunit