updated action
This commit is contained in:
parent
98186148ef
commit
628c6efd94
|
|
@ -1,16 +1,7 @@
|
|||
name: E2E-testing
|
||||
name: Build and Lint
|
||||
on: [push]
|
||||
jobs:
|
||||
e2e:
|
||||
services:
|
||||
postgres:
|
||||
image: postgres
|
||||
env:
|
||||
POSTGRES_DATABASE: trpcdb
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
ports:
|
||||
- 5432:5432
|
||||
buildAndLint:
|
||||
env:
|
||||
NODE_ENV: test
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,3 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"esbenp.prettier-vscode",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"prisma.prisma"
|
||||
]
|
||||
"recommendations": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue