Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adjust CI #30

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

adjust CI #30

wants to merge 1 commit into from

Conversation

alxndr
Copy link
Member

@alxndr alxndr commented Sep 28, 2023

  • split installation from Cypress test running
    • then run multiple instances of Cypress with different browsers

@alxndr alxndr force-pushed the alxndr/cypress/cache-install branch 2 times, most recently from af6d406 to 3dc7b07 Compare September 28, 2023 06:21
- name: Cypress install (and build app)
uses: cypress-io/github-action@v6
with:
build: npm run build
Copy link
Member Author

@alxndr alxndr Sep 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works but is way overkill for what our tests are doing, because currently we're only using a handful of pages in the test suite. It ends up taking several minutes for GitHub to upload and then re-download these files through however they do that...

@alxndr alxndr marked this pull request as draft September 28, 2023 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant