Skip to content

Commit

Permalink
install Xvfb and libnss3
Browse files Browse the repository at this point in the history
  • Loading branch information
Celiant committed Jul 16, 2024
1 parent 31844b2 commit a2d7e53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/api-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ jobs:

- name: Run tests with Cypress
run: |
sudo apt install libnss
sudo apt install libnss3-dev libgdk-pixbuf2.0-dev libgtk-3-dev libxss-dev
sudo apt install Xvfb
pushd e2e-tests
npm install --force
ELECTRON_RUN_AS_NODE=1 npx cypress run --env "portApi=3002,operatorId=${{ secrets.CI_HEDERA_ACCOUNT }},operatorKey=${{ secrets.CI_HEDERA_PRIV_KEY }},grepTags=${{ inputs.tags }},grepFilterSpecs=true" --spec cypress/e2e/api-tests/**/*.cy.js
Expand Down

0 comments on commit a2d7e53

Please sign in to comment.