Skip to content

Commit

Permalink
Pipeline correction test
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusandrade01 committed Sep 15, 2023
1 parent 5ddb89e commit 9c09928
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '20.6.1'

- name: Checkout código
uses: actions/checkout@v2
with:
submodules: recursive
ref: main

- name: Configurar ambiente virtual
run: |
Expand All @@ -22,11 +30,4 @@ jobs:
- name: Gerar e instalar dependências
run: |
pip freeze > requirements.txt
pip install -r requirements.txt
- name: Instalar pytest
run: |
pip install pytest
- name: Executar testes
run: pytest
pip install -r requirements.txt

0 comments on commit 9c09928

Please sign in to comment.