Skip to content

Added --wait to docker file, prevents error when running make run t… #9

Added --wait to docker file, prevents error when running make run t…

Added --wait to docker file, prevents error when running make run t… #9

Workflow file for this run

name: Sveltekit / Postgres CI/CD
on: [push]
jobs:
Unit-Test-Actions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: make test