diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index c48721c..2b60376 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -25,30 +25,8 @@ jobs: - name: Install dependencies run: npm ci --legacy-peer-deps - - name: Install Playwright browsers - run: npx playwright install chromium --with-deps - timeout-minutes: 10 - - - name: Install Playwright browsers retry - if: failure() - run: npx playwright install chromium --with-deps - timeout-minutes: 10 - - name: Run typecheck run: npm run typecheck - name: Run unit tests - run: npm test - - - name: Setup database - run: npx prisma migrate deploy --create-db || npx prisma db push - - - name: Run E2E tests - run: npm run test:e2e - env: - ALPACA_API_KEY: ${{ secrets.ALPACA_API_KEY }} - ALPACA_SECRET_KEY: ${{ secrets.ALPACA_SECRET_KEY }} - ALPACA_BASE_URL: ${{ secrets.ALPACA_BASE_URL }} - ALPACA_DATA_URL: ${{ secrets.ALPACA_DATA_URL }} - DATABASE_URL: file:./prisma/dev.db - continue-on-error: true \ No newline at end of file + run: npm test \ No newline at end of file