diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index b181907a..cf1b9a4e 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -32,7 +32,7 @@ jobs: - name: Build & Lint run: | - apt install build-essential -y + sudo apt install build-essential -y yarn install yarn build yarn lint