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