Skip to content
New issue

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

Unable to locate package xvfb #29

Open
GeorgeXCV opened this issue Aug 19, 2022 · 1 comment
Open

Unable to locate package xvfb #29

GeorgeXCV opened this issue Aug 19, 2022 · 1 comment

Comments

@GeorgeXCV
Copy link

 [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 }}
@LeKristapino
Copy link

maybe something similair #24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants