Skip to content

Commit

Permalink
add config
Browse files Browse the repository at this point in the history
  • Loading branch information
M4deN committed Sep 11, 2023
1 parent fcd79b7 commit 0c2ee6e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Checkout
Expand All @@ -22,13 +22,16 @@ jobs:
node-version: '18'

- name: Instalar Dependências
run: npm install
run: |
npm install
npm install -g nodemon
- name: Iniciar Aplicação
run: npm start &
- name: Iniciar Aplicação com Nodemon
run: nodemon index.js &

- name: Esperar a Inicialização
run: sleep 10

- name: Rodar Testes
run: npm run test

Binary file modified cypress/videos/Projeto_WEB/Desenvolvedor.js.mp4
Binary file not shown.
Binary file modified cypress/videos/Projeto_WEB/Login.js.mp4
Binary file not shown.
Binary file modified cypress/videos/Projeto_WEB/Pagina_Inicial.js.mp4
Binary file not shown.
Binary file modified cypress/videos/Projeto_WEB/Tecnologia.js.mp4
Binary file not shown.

0 comments on commit 0c2ee6e

Please sign in to comment.