Skip to content

Commit 01b806d

Browse files
committed
chore: run migrations, build assets in copilot-setup-steps
1 parent 15c7020 commit 01b806d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,12 @@ jobs:
4040
run: |
4141
composer install --no-interaction --prefer-dist --optimize-autoloader
4242
cp .env.example .env && php artisan key:generate
43+
44+
- name: Run database migrations
45+
run: php artisan migrate --force
46+
47+
- name: Install npm dependencies, playwright, and build assets
48+
run: |
49+
bun install
50+
bun run build
51+
npx playwright install

0 commit comments

Comments
 (0)