-
Notifications
You must be signed in to change notification settings - Fork 16
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
Error When Running AUnit: fatal error: AUnit.h: No such file or directory #63
Comments
Does your Makefile work on your personal computer? If it does, then this is a GitHub Actions configuration issue. But to debug that, I would need to see your github workflow yaml file, which you didn't provide, so I'm going to take blind guesses:
|
I managed to get this fixed by adding a git pull ifor all the dependencies (in my case just the AUnit) n my actions yml file! Thanks for the help! |
Glad you got it working. Obviously I needed to improve the documentation regarding Continuous Integration options, so I added the following section in the README.md: https://github.com/bxparks/AUnit#ContinuousIntegration The additional information that might be relevant for you is that I recommend using the
|
I just used this library to write unit tests for my Arduino codebase and I integrated it into GitHub Actions as per the test examples given. When running, I get the following error:
Any idea how I could make the GitHub actions know about AUnit being used? In my Makefile, I have the following:
The text was updated successfully, but these errors were encountered: