Skip to content

Commit

Permalink
🆒(#80): Erro no yml.
Browse files Browse the repository at this point in the history
Co-authored-by: Bianca Patrocínio <[email protected]>
  • Loading branch information
BrunoHDuarte2 and BiancaPatrocinio7 committed Dec 2, 2023
1 parent 6d0cb4b commit 0eee9e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
python-version: '3.10'

- name: Install dependencies
run:
run: |
python -m pip install --upgrade pip
pip install pylint
pip install selenium
pip install PyPDF2
- name: Run Pylint
run:
run: |
pylint Camada_Dados/ExtrairJson.py
pylint Camada_Dados/Regex.py
pylint Camada_Dados/WebScraper.py
4 changes: 2 additions & 2 deletions .github/workflows/testes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
python-version: '3.10'

- name: Install dependencies
run:
run: |
python -m pip install --upgrade pip
pip install selenium
pip install PyPDF2
pip install pytest
- name: Run unittest
run:
run: |
pytest Testes/test_ExtrairJson.py
pytest Testes/test_Regex.py
pytest Testes/test_WebScraper.py

0 comments on commit 0eee9e4

Please sign in to comment.