We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[command]/usr/bin/sudo apt-get install -y xvfb | Reading package lists... | Building dependency tree... | Reading state information... | E: Unable to locate package xvfb [Daily Regression Tests/cypress-run] ❗ ::error::The process '/usr/bin/sudo' failed with exit code 100 [Daily Regression Tests/cypress-run] ❌ Failure - Main GabrielBB/xvfb-action@v1
name: Daily Regression Tests on: [push] # schedule: # #https://crontab.guru/#0_0_*_*_* # - cron: "0 0 * * *" jobs: cypress-run: runs-on: ubuntu-latest steps: # Install NPM dependencies, cache them correctly - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: '18.7.0' cache: 'npm' - run: npm install # Run all Cypress tests - uses: GabrielBB/xvfb-action@v1 - run: npm start -- --record --browser chrome env: # and pass the Dashboard record key as an environment variable CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
The text was updated successfully, but these errors were encountered:
maybe something similair #24
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: