From 0d1406ed7a839b88f72a8d8bb91ffff90670ce78 Mon Sep 17 00:00:00 2001 From: Aidan Jones Date: Mon, 15 Sep 2025 10:32:05 -0500 Subject: [PATCH] Add stub step for setting up mock build-engine --- .github/workflows/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 31e5d60397..0d6bc296cd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -116,6 +116,13 @@ jobs: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('package-lock.json', 'src/lib/prisma/schema.prisma') }} + - name: Setup Mock Build-Engine + run: | + # This step may need to be reordered. + # I have no idea how much actually needs to be done here or if this should be multiple steps. + # Just adding this here for now so there is a diff so I can open a draft PR for all to work on. + # - Aidan + - name: Build, Install Playwright dependencies, and seed database run: | echo "Building .env file..."