open-austin/BASTA-tfwa

[Dev] Integrate Local Database Testing in CI Pipeline

ryanrightmer opened this issue · 0 comments

Description

  • Spin up a local postgres/equivalent EF database
  • Execute all migrations, populate with Seed Data
  • Execute an integration test (can be just a simple one for now) that uses the DB
    • Add necessary data for integration test
    • Rollback following Integration Test
  • Pass/Fail pipeline appropriately

Acceptance Criteria

  • Successful execution of an integration test within CI pipeline that uses the database

Dev Notes

Who should I contact?

@ryanrightmer