We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff8be2 commit 7eac61eCopy full SHA for 7eac61e
.github/workflows/nodejs.yml
@@ -30,6 +30,7 @@ jobs:
30
31
e2e:
32
runs-on: ubuntu-latest
33
+
34
strategy:
35
matrix:
36
node-version: [12.x]
@@ -64,11 +65,6 @@ jobs:
64
65
REACT_APP_PRIVATE_KEY: ${{ secrets.ik_private_key }}
66
REACT_APP_URL_ENDPOINT: ${{ secrets.ik_url_endopint }}
67
- - name: Clear NPM and GitHub Actions Cache
68
- run: |
69
- rm -rf ~/.npm
70
- npm cache clean --force
71
-
72
- name: Run E2E tests
73
uses: cypress-io/github-action@v4
74
with:
0 commit comments