Artur Bartosik

Results 3 comments of Artur Bartosik

Try to checkout the repository at the beginning of Action ``` - name: Checkout uses: actions/checkout@v2 ```

@Slyke did you manage to deal with it? Could you share your configuration for k8s?

I remember that manual install of Cypress [deps](https://docs.cypress.io/guides/getting-started/installing-cypress#UbuntuDebian) helped in my case but didn't resolve problem at all ``` install: { commands: [ 'n 20', 'sudo apt update', 'sudo apt-get...