Closed feilipu closed 3 years ago
Hi feilipu and thanks for opening this. I'm sorry again that you are running into this issue. I'll try to fork your project and see what I can learn by testing it locally.
I found the issue... a subtle tweak at the last minute to satisfy my style checker introduced a subtle bug.
In the future I will have to break the test script into smaller more testable components, but for now the fix is in the master branch -- which Arduino-CI/action@latest
pulls from.
I'll close this when the new released version of the action is available.
I'll note that the blank env:
doesn't work.
Was going to note that previously, but... didn't.
The workflow is not valid. .github/workflows/arduino_ci.yml (Line: 13, Col: 13): Unexpected value ''
Makes sense. I should add a note that you must delete env:
entirely if it's empty. Do you think it would make the documentation more helpful (vs less) if I uncommented some of the default values in there?
Just a note to comment out if not needed is necessary.
Sounds good, I've pushed an update to the docs on the master branch
I've revised the workflow file, and there is a new issue with the ruby gems solution.
Now using
Arduino-CI/action@latest
.Not sure if this is transient, or something more important.
Originally posted by @feilipu in https://github.com/Arduino-CI/action/issues/11#issuecomment-757086510