Skip to content

Commit

Permalink
Fix GitHub test action
Browse files Browse the repository at this point in the history
With the puppeteer update to 19,
it stores browsers to globally cache browsers between installation.

This caused problems with our github actions,
because it could not find the cached version while running the tests.
leading to "[ ERROR ] Could not find Chrome" errors.

Instead, this commit reverts to version 18
which runs smoothly without limitations on our side.
The proposed configuration [1] to change the cache directory
did not work for our setup.

Skipping CI cache was not an sustainable option to me.

[1] https://pptr.dev/guides/configuration#changing-the-default-cache-directory
  • Loading branch information
christophblessing committed Jul 6, 2023
1 parent 79a6a73 commit 168b9ad
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 610 deletions.
Loading

0 comments on commit 168b9ad

Please sign in to comment.