Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioCasCeb committed Jan 5, 2024
1 parent e8aeeaa commit fecb911
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/visual-ci-new.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install chromium firefox
run:
npm install
npx playwright install chromium firefox
- name: Run Playwright tests
run: npx playwright test
run: npm run test
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit fecb911

Please sign in to comment.