Skip to content

Commit

Permalink
Atualização do arquivo yaml com a execução dos testes
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonvilarins committed May 1, 2024
1 parent f9b3433 commit 0270b91
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Copiar os arquivos do repositório
- name: Copiar os arquivos do projeto
uses: actions/[email protected]

- name: Instalar o python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.11'

- name: Instalar as Bibliotecas do projeto
run: |
pip install -r requirements.txt
- name: Execução dos testes
run: |
robot -d results tests

0 comments on commit 0270b91

Please sign in to comment.