Skip to content

Commit 33dba6b

Browse files
Update CI workflow for language and path changes
1 parent bc90a56 commit 33dba6b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- name: Checkout do repositório
17+
- name: Checkout repository
1818
uses: actions/checkout@v4
1919

20-
- name: Configurar Python
20+
- name: Set up Python
2121
uses: actions/setup-python@v5
2222
with:
2323
python-version: '3.12'
2424

25-
- name: Instalar dependências
25+
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip
2828
pip install pytest pytest-schema jsonschema requests
2929
30-
- name: Rodar os testes
31-
run: pytest --ignore=semana_003
30+
- name: Run tests
31+
run: pytest --ignore=week_003

0 commit comments

Comments
 (0)