From 4be65ead0b81032aacd7024f88efb23068f35f47 Mon Sep 17 00:00:00 2001 From: Jared Lucas Amistad Schulz Date: Tue, 12 Nov 2024 11:42:18 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AAadded=20tests=20to=20repo=20and=20f?= =?UTF-8?q?iddled=20with=20the=20workflows=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cc1e6fb..a82fd9d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,14 +5,10 @@ on: branches: - main - feature/login - paths: - - "backend/**" pull_request: branches: - main - feature/login - paths: - - "backend/**" env: DATABASE_URL: postgres://postgres:postgres@localhost:5432 NODE_ENV: test