frappe_docker/.github/scripts/install-deps-and-test.sh
2021-10-30 14:22:09 +03:00

11 lines
No EOL
176 B
Bash
Executable file

#!/bin/bash
set -e
sudo apt-get install -y w3m
./tests/check-format.sh
./tests/docker-test.sh
# This is done to not to rebuild images in the next step
git reset --hard @{u}