Conversation
|
@robkooper looks like tests are failing. Should we force merge this PR and have @tezansahu address the issues with the tests in his open PR, or do you want to try and fix the tests here? |
|
need to add default account and xml package for tests. |
Co-authored-by: Alexey Shiklomanov <alexey.shiklomanov@gmail.com>
|
Looks like the problem is that GH Actions is running this with https://github.com/PecanProject/rpecanapi/runs/1350179239#step:7:9 Might be able to get away with something hacky like using |
| # entrypoint: /home/bety/script/betyuser.sh | ||
| args: user carya illinois "Carya Demo User" carya@example.com 1 1 |
There was a problem hiding this comment.
FWIW, I'm currently testing this out on a personal branch of this -- https://github.com/ashiklom/rpecanapi/runs/1386059263?check_suite_focus=true
UPDATE: This made it past this line, but failed on the actual R CMD check step.
| # entrypoint: /home/bety/script/betyuser.sh | |
| args: user carya illinois "Carya Demo User" carya@example.com 1 1 | |
| entrypoint: /bin/bash | |
| args: /home/bety/script/betyuser.sh carya illinois "Carya Demo User" carya@example.com 1 1 |
There was a problem hiding this comment.
Though, I guess setting entrypoint: /home/bety/script/betyuser.sh might be a more straightforward version of the same thing.
trying to fix github actions build