Use npm install

This commit is contained in:
Jeremy Thomas 2021-10-30 23:48:54 +01:00
parent 5f0932f239
commit 2878a0e8a6

View File

@ -10,3 +10,5 @@ jobs:
# and run all Cypress tests # and run all Cypress tests
- name: Cypress run - name: Cypress run
uses: cypress-io/github-action@v2 uses: cypress-io/github-action@v2
with:
install-command: npm install