diff --git a/.github/workflows/main_bookheaded.yml b/.github/workflows/main_bookheaded.yml index 08f44af..85fb2a6 100644 --- a/.github/workflows/main_bookheaded.yml +++ b/.github/workflows/main_bookheaded.yml @@ -55,8 +55,17 @@ jobs: sleep 12 python manage.py test + - name: Cleaning testing files + run: | + cd BookHeaded/ + rm db.sqlite3 + rm .env + cd .. - + - name: Clean up Chrome and ChromeDriver + run: | + sudo apt remove -y google-chrome-stable + rm -rf /usr/local/bin/chromedriver - name: Zip artifact for deployment run: | diff --git a/site_cc/templates/addCategoria.html b/site_cc/templates/addCategoria.html index 4252951..a78cf5d 100644 --- a/site_cc/templates/addCategoria.html +++ b/site_cc/templates/addCategoria.html @@ -16,7 +16,7 @@

Adicionando Categoria

{% csrf_token %} {{ form.as_p }}

- +