From 8c81493585d98a5c4ec8c4487ea19fbc25d1355e Mon Sep 17 00:00:00 2001 From: Jay Logelin Date: Fri, 3 May 2024 19:39:32 -0300 Subject: [PATCH] chore: formatting and cicd tests --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4e74e4f..c5c8b2b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,9 +24,6 @@ jobs: with: node-version: "18.x" - - name: Copy .env.example to .env - run: cp .env.example .env - - name: Run tests run: | npm install