Skip to content

Merge pull request #4 from PedroReves/snyk-fix-cc067a882222caf08f9f6a… #18

Merge pull request #4 from PedroReves/snyk-fix-cc067a882222caf08f9f6a…

Merge pull request #4 from PedroReves/snyk-fix-cc067a882222caf08f9f6a… #18

Workflow file for this run

name: Run E2E Tests
on: [pull_request]
jobs:
run-e2e-tests:
name: Run E2e Tests
runs-on: ubuntu-latest
services:
postgres:
image: bitnami/postgresql
ports:
- 5432:5432
env:
POSTGRESQL_USERNAME: docker
POSTGRESQL_PASSWORD: docker
POSTGRESQL_DATABASE: apisolid
steps:
-uses: actions/checkout@v3
-uses: actions/setup-node@v3
with:

Check failure on line 23 in .github/workflows/run-e2e-tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/run-e2e-tests.yml

Invalid workflow file

You have an error in your yaml syntax on line 23
node-version: 18
cache: 'npm'
- run: npm ci
-run: npm run test:e2e
env:
JWT_SECRET: testing
DATABASE_URL: "postgresql://docker:docker@localhost:5432/apisolid?schema=public"