clear cookie after account deletion and CI: skip build

This commit is contained in:
realaravinth
2021-07-09 11:49:01 +05:30
parent 4c293bdb5a
commit 67a35a6e43
3 changed files with 9 additions and 15 deletions

View File

@@ -73,13 +73,8 @@ jobs:
env:
DATABASE_URL: postgres://postgres:password@localhost:5432/postgres
- name: build
run: make
env:
DATABASE_URL: postgres://postgres:password@localhost:5432/postgres
# - name: build frontend
# run: make frontend
- name: build frontend
run: make frontend
- name: run tests
run: make test