Skip to content

Commit

Permalink
Merge pull request #52 from FalkorDB/fix-playwright-ci
Browse files Browse the repository at this point in the history
fix playwright ci
  • Loading branch information
Naseem77 authored Feb 20, 2025
2 parents 350b34f + afd0ff9 commit d8aa40d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
run: npx playwright install --with-deps
- name: Set up environment and run tests
env:
NEXT_PUBLIC_HUBSPOT_PORTAL_ID: ${{ secrets.NEXT_PUBLIC_HUBSPOT_PORTAL_ID }}
NEXT_PUBLIC_HUBSPOT_FORM_ID: ${{ secrets.NEXT_PUBLIC_HUBSPOT_FORM_ID }}
NEXT_PUBLIC_HUBSPOT_PORTAL_ID: ${{ secrets.NEXT_PUBLIC_HUBSPOT_PORTAL_ID }}
NEXT_PUBLIC_HUBSPOT_FORM_ID: ${{ secrets.NEXT_PUBLIC_HUBSPOT_FORM_ID }}
run: |
npm run build
npm start &
Expand Down

0 comments on commit d8aa40d

Please sign in to comment.