frappe_docker/.github/scripts/install-deps-and-test.sh
2021-10-30 15:07:11 +03:00

11 lines
No EOL
169 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 clean -fdx