updated action

This commit is contained in:
MasterGordon 2023-06-22 01:23:22 +02:00
parent 98186148ef
commit 628c6efd94
2 changed files with 3 additions and 16 deletions

View File

@ -1,16 +1,7 @@
name: E2E-testing name: Build and Lint
on: [push] on: [push]
jobs: jobs:
e2e: buildAndLint:
services:
postgres:
image: postgres
env:
POSTGRES_DATABASE: trpcdb
POSTGRES_USER: postgres
POSTGRES_HOST_AUTH_METHOD: trust
ports:
- 5432:5432
env: env:
NODE_ENV: test NODE_ENV: test
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}

View File

@ -1,7 +1,3 @@
{ {
"recommendations": [ "recommendations": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint"]
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"prisma.prisma"
]
} }