From c3abda2b96eabc43dcaa345fd2a05eec29fb04be Mon Sep 17 00:00:00 2001 From: "Alecio L. Medeiros" Date: Tue, 12 Sep 2023 13:15:32 -0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9401ab..ac2b7cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,6 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - name: Setup Node.js uses: actions/setup-node@v2 with: @@ -21,7 +20,7 @@ jobs: - name: Instalar Dependências run: | - npm install + npm ci npm install -g nodemon - name: Iniciar Aplicação com Nodemon @@ -31,4 +30,4 @@ jobs: run: sleep 10 - name: Rodar Testes - run: npm run test \ No newline at end of file + run: npm run test