webxdc / store

XDC store, migrated to codeberg
https://codeberg.org/webxdc/store
5 stars 0 forks source link

test: use `import <path>` in the tests #58

Closed link2xt closed 1 year ago

link2xt commented 1 year ago

This currently fails with

[2023-06-18T16:54:21Z INFO  github_bot] Importing webxdcs from /home/runner/work/appstore-bot/appstore-bot/example-xdcs
Error: failed to copy /home/runner/work/appstore-bot/appstore-bot/example-xdcs/hextris.xdc to /home/runner/work/appstore-bot/appstore-bot/bot-data/xdcs/hextris.xdc

Caused by:
    No such file or directory (os error 2)

This is because the bot creates ./bot-data/xdcs, but tries to copy to <xdc-path>/../../bot-data/xdcs, which does not work if the import folder is not a subfolder of ..