diff --git a/.github/workflows/cypress-repeat.yml b/.github/workflows/cypress-repeat.yml index c3029551c..062ab8d73 100644 --- a/.github/workflows/cypress-repeat.yml +++ b/.github/workflows/cypress-repeat.yml @@ -35,7 +35,10 @@ jobs: uses: actions/setup-node@v3 with: node-version-file: ".nvmrc" - + + - name: Package + run: npm ci + - name: Install cypress-repeat run: npm i -D cypress-repeat