Skip to content

Commit

Permalink
Putting everything in one step for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioCasCeb committed Feb 2, 2024
1 parent 53e8a8c commit f5e2de9
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/visual-ci-new.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,11 @@ jobs:
- name: Bootstrap
run: lerna bootstrap --no-ci

- name: Move to folder
run: cd ./packages/web-new

- name: Install dependencies
run: npm install

- name: Install Playwright Browsers
run: npx playwright install chromium firefox

- name: Run server and test
- name: Visual Tests
run: |
cd ./packages/web-new
npm install
npx playwright install chromium firefox
npm serve &
sleep 10
npm test
Expand Down

0 comments on commit f5e2de9

Please sign in to comment.