Skip to content

Commit

Permalink
Fix xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrujanaReddy committed Aug 11, 2024
1 parent 950aa98 commit f4e1d35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
POSTGRES_PASSWORD: ${{ secrets.DB_PASSWORD }}
POSTGRES_DATABASE: ${{ secrets.DEV_DATABASE }}
run: |
sudo apt-get update && sudo apt-get install -y xvfb
Xvfb :99 -screen 0 1280x720x24 &
docker compose exec app npm install cypress cypress-json-results
docker compose exec app npx cypress run
Expand Down

0 comments on commit f4e1d35

Please sign in to comment.