Skip to content

Commit

Permalink
Fix the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkharge committed Oct 21, 2024
1 parent bbe5dcd commit ca8d9de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- uses: ./.github/actions/setup-install
- name: Suite Setup
run: |
apt-get --only-upgrade install google-chrome-stable
sudo apt-get update
sudo apt-get --only-upgrade install google-chrome-stable
npm install playwright
npm run prepare
npm run build
Expand Down

0 comments on commit ca8d9de

Please sign in to comment.