Skip to content

Commit

Permalink
adição do clean no YMAL
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlosesposito22 committed Nov 10, 2024
1 parent 8d41910 commit fe5f5e6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/main_bookheaded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion site_cc/templates/addCategoria.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1 class="text-center">Adicionando Categoria</h1>
{% csrf_token %}
{{ form.as_p }}
<br></br>
<button class="btn btn-secondary">Criar nova categoria</button>
<button class="btn btn-secondary">Criar nova categoriaaaa</button>
</form>
</div>
</div>
Expand Down

0 comments on commit fe5f5e6

Please sign in to comment.