Skip to content

Test 1 for Run Migration and Deploy to staging #54

Test 1 for Run Migration and Deploy to staging

Test 1 for Run Migration and Deploy to staging #54

name: Pull Request Tests
on:
pull_request:
types: [ opened, reopened, synchronize ]
branches: [ main ]
workflow_dispatch:
jobs:
run-build-test:
uses: opensandiego/sdvv-backend/.github/workflows/build-test.yml@main
run-smoke-test:
needs: run-build-test
uses: opensandiego/sdvv-backend/.github/workflows/smoke-test.yml@main