diff --git a/.github/workflows/test-migration.yaml b/.github/workflows/test-migration.yaml index e4f8cee..f188541 100644 --- a/.github/workflows/test-migration.yaml +++ b/.github/workflows/test-migration.yaml @@ -38,4 +38,4 @@ jobs: - name: Build run: dotnet build --configuration Release --no-restore - name: Test migrations - run: dotnet ef database update --project Lullaby -- --environment Testing + run: dotnet ef database update --project Lullaby -- --environment Development