Add documentation for CI

This issue has been tracked since 2022-10-17.

I should probably add basic documentation of how to run SafeQL in CI

Newbie012 wrote this answer on 2022-10-26

Interesting... I'm using the following service for the CI in the project:

jobs:
  check:
    runs-on: ubuntu-latest
    services:
      postgres:
        image: postgres:14
        env:
          POSTGRES_USER: postgres
          POSTGRES_PASSWORD: postgres
          POSTGRES_DB: postgres
        ports:
          - 5432:5432
        options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5

I'm not sure what's the better approach here.

karlhorky wrote this answer on 2022-10-27

Seems like your approach offers a bit more configurability, but may be a bit slower to start.

More Details About Repo
Owner Name ts-safeql
Repo Name safeql
Full Name ts-safeql/safeql
Language TypeScript
Created Date 2022-09-08
Updated Date 2023-03-16
Star Count 795
Watcher Count 5
Fork Count 14
Issue Count 7

YOU MAY BE INTERESTED

Issue Title Created Date Updated Date