Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
M4deN committed Sep 12, 2023
1 parent b101b24 commit c3abda2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v2


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

- name: Instalar Dependências
run: |
npm install
npm ci
npm install -g nodemon
- name: Iniciar Aplicação com Nodemon
Expand All @@ -31,4 +30,4 @@ jobs:
run: sleep 10

- name: Rodar Testes
run: npm run test
run: npm run test

0 comments on commit c3abda2

Please sign in to comment.