Skip to content

Commit

Permalink
build the project first
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioCasCeb committed Feb 1, 2024
1 parent 061333d commit e6d94b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/playwright-visual-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ jobs:

# - name: Run Personal server
# run: npm run start &
- name: Build project
run: npm run build

- name: Run Playwright tests
run: npm run test

- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit e6d94b4

Please sign in to comment.