Closed erasmuswill closed 8 months ago
i've found the issue. I was not installing dependencies first. Would it be possible to add the prerequisite steps to the example actions?
All the (3) example workflows in https://github.com/expo/expo-github-action#example-workflows already have the step "Install dependencies".
Description of the bug
How would you shortly summarise the issue?
Action fails with Could not fetch the project info from /home/runner/work//
To Reproduce
What steps did you perform which led to this issue?
Run action on a newly-created Expo v50 project
Expected behavior
What did you expect to have happened?
I expect the project to be rebuilt
Actual behavior
What did it actually result in?
The action fails
Additional context
Can you further explain the issue? E.g., information about version/environment or screenshots.
I have been experiencing this error all night. I have tried adding the expo/expo-github-action/fingerprint action but even after that succeeds, I still get the same error on the preview-build action. I have also added setup steps to the flow suggested in the readme
Relevant workflow file:
Output with debug mode: