From 99ae6b1dd014b61769d758173b8f0b863b93f82e Mon Sep 17 00:00:00 2001 From: janic Date: Sun, 6 Nov 2022 23:40:37 +0100 Subject: [PATCH] UI Test --- .gitignore | 6 ++---- makefile | 4 +++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 24af1bc..4164b0e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -app/cache/* +app/cache +Docker/mariadb/mysql # ---> Go # If you prefer the allow list template instead of the deny list, see community template: # https:/a/github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore @@ -21,6 +22,3 @@ app/cache/* # Go workspace file go.work - -Docker/mariadb/mysql - diff --git a/makefile b/makefile index bb8331a..1bd4a71 100644 --- a/makefile +++ b/makefile @@ -14,4 +14,6 @@ clean: sudo rm ./app/cache -rf sudo rm ./Docker/mariadb/mysql/* -rf sass: - sass --watch ./webui/css/index.scss:./webui/css/index.css & \ No newline at end of file + sass --watch ./webui/css/index.scss:./webui/css/index.css & +ui-test: + cd ui; env CHROME_BIN=/usr/bin/chromium npm test \ No newline at end of file