-- Create test database CREATE DATABASE myapp_test; -- Test isolation with transactions /* beforeEach(async () => {
stages: - lint - test - build - deploy
name: CI Pipeline on: push: branches: [main, develop] pull_request: