Skip to content

feat: base csv writer and storage/postgres configurations #783

feat: base csv writer and storage/postgres configurations

feat: base csv writer and storage/postgres configurations #783

Workflow file for this run

name: E2E Tests
on:
pull_request:
branches:
- '*'
workflow_dispatch:
jobs:
e2e-stratus:
name: E2E Stratus in-memory
uses: ./.github/workflows/_setup-e2e.yml
with:
test_command: 'e2e-stratus'
concurrency:
group: ${{ github.workflow }}-inmemory-${{ github.ref || github.run_id }}
cancel-in-progress: true
e2e-stratus-postgres:
name: E2E Stratus Postgres
uses: ./.github/workflows/_setup-e2e.yml
with:
test_command: 'e2e-stratus-postgres'
concurrency:
group: ${{ github.workflow }}-postgres-${{ github.ref || github.run_id }}
cancel-in-progress: true