diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 2b30e060..0dc261e3 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -51,6 +51,9 @@ jobs: - name: Install dependencies run: npm ci + - name: Install Cypress binary + run: npx cypress install + - name: Build SDK run: npm run build diff --git a/.gitignore b/.gitignore index 34b2bfa5..65a37398 100644 --- a/.gitignore +++ b/.gitignore @@ -107,5 +107,4 @@ dist test-results cypress/screenshots -cypress/videos -.npmrc \ No newline at end of file +cypress/videos \ No newline at end of file diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..97b895e2 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +ignore-scripts=true