Skip to content

feat: Add persistence layer for alpha bot boilerplate implementation #43

feat: Add persistence layer for alpha bot boilerplate implementation

feat: Add persistence layer for alpha bot boilerplate implementation #43

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [ "main" ]
jobs:
pre-tests:
uses: ./.github/workflows/pre-tests.yaml
tests:
uses: ./.github/workflows/tests.yaml
secrets:
POSTGRES_DB: ${{ secrets.POSTGRES_DB }}
POSTGRES_USER: ${{ secrets.POSTGRES_USER }}
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
POSTGRES_HOST: ${{ secrets.POSTGRES_HOST }}
build:
needs: [pre-tests, tests]
if: github.event_name == 'pull_request'
uses: ./.github/workflows/build.yaml