Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down
Loading