Skip to content

Commit

Permalink
added specific typescript installation to pagy-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Dec 14, 2022
1 parent 45c5008 commit 478064c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pagy-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:

- name: Install Cypress and Test Dependencies
if: steps.e2e-cache.outputs.cache-hit != 'true'
run: npm i cypress @cypress/snapshot html-validate cypress-html-validate
run: npm i cypress @cypress/snapshot html-validate cypress-html-validate typescript

- name: Run Cypress Tests
# You may pin to the exact commit or the version.
Expand Down

0 comments on commit 478064c

Please sign in to comment.