-
Notifications
You must be signed in to change notification settings - Fork 526
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
Infimum: milestone 2 #1231
Infimum: milestone 2 #1231
Conversation
5f37e29
to
ff2483d
Compare
Hi @rhysbalevicius thanks for the delivery.
It's probably something simple, can you check to ensure that the file and path are correct? Thanks. |
Hey @keeganquigley! Thanks for your time. It looks like the issue is the current working directory you're executing the command from (i.e. should download the test data and extract to the cli/__tests__ directory all from the root of the infimum repo). I can reproduce this error message if I try to extract the archive to a non-existent directory. That is, prior to these steps you should change your working directory via git clone https://github.com/rhysbalevicius/infimum.git
cd infimum
curl --output e2e.tar.gz https://cdn.rhys.tech/infimum/e2e.tar.gz
tar xf e2e.tar.gz -C cli/__tests__ Alternatively, you could drop the git clone https://github.com/rhysbalevicius/infimum.git
cd infimum
curl --output e2e.tar.gz https://cdn.rhys.tech/infimum/e2e.tar.gz
tar xf e2e.tar.gz
mv data cli/__tests__ Let me know if you run into any other issues. Thanks again! |
Thanks @rhysbalevicius much appreciated, that helped and I was able to get everything running. I'm happy to accept the milestone, and here is my final evaluation. For the next milestone, consider adding more unit tests to test more than just happy paths. Thanks and have a happy holidays! |
🪙 Please fill out the invoice form in order to initiate the payment process. Thank you! |
Amazing. Thank you @keeganquigley!
Very good point, I will definitely do that. Happy holidays :) |
Milestone Delivery Checklist
Link to the application pull request: w3f/Grants-Program#1948