Skip to content

Commit

Permalink
🔧 pull the other node commands
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Aug 25, 2024
1 parent c7b7951 commit 4ab826c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,15 @@ jobs:
- name: Install Dependencies
run: pnpm i

- name: Generate Prisma deps
- name: Generate prisma deps
run: npx prisma generate

- name: Copy .env.test-action to .env.test and .env
run: cp .env.test-action .env.test

- name: Build
- name: Build and start server in the background
env:
NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }}
run: |
pnpm run build
node .output/server/index.mjs
- name: Start Server
run: pnpm run build:test:start:bg

- name: Run Migrations
Expand Down

0 comments on commit 4ab826c

Please sign in to comment.