apify / actor-templates

This project is the :house: home of Apify actor template projects to help users quickly get started.
https://apify.com/
25 stars 15 forks source link

fix(ts-start): Fixed typo .gitingore -> .gitignore #171

Closed JJetmar closed 1 year ago

JJetmar commented 1 year ago

Fixed based on https://apifier.slack.com/archives/C0L33UM7Z/p1690321589739739

B4nan commented 1 year ago

how come the python tests are failing?

pretty sure its not related to this change, but still, cc @fnesveda @vdusek

fnesveda commented 1 year ago

I think that's my fault, I thought that if you specify chromedriver-version for the setup-chromedriver action, it will install Chromedriver and Chrome in compatible versions, but it installs the specified Chromedriver version, but latest Chrome, which are not compatible.

I'll fix it in another PR, this one is good to go even with the failing tests.