Contessa
12/18/2020, 1:09 AMfudo
12/18/2020, 11:36 AMkevins8
12/18/2020, 8:36 PMlukecarrier
12/20/2020, 4:59 PMkevins8
12/20/2020, 5:00 PMlukecarrier
12/20/2020, 5:01 PMkevins8
12/20/2020, 5:11 PMkevins8
12/20/2020, 5:15 PMlukecarrier
12/20/2020, 5:48 PMlukecarrier
12/20/2020, 5:49 PMdeploy.on: true
but no provider configuration, was this set up in the UI?kevins8
12/20/2020, 6:24 PM.travis.yml
filekevins8
12/20/2020, 6:24 PMdeploy.on: true
was a setting to run a test on every pushlukecarrier
12/20/2020, 7:14 PMyarn install --frozen-lockfile
can leave you with broken dependencies... any ideas? I think once that's fixed we should be good: https://github.com/LukeCarrier/dendron/actions/runs/434322506kevins8
12/20/2020, 7:24 PMkevins8
12/20/2020, 7:25 PMkevins8
12/20/2020, 7:25 PMlukecarrier
12/20/2020, 7:29 PMengine-test-utils
, since checking that in it seems to be working okay. I don't know if these versions match the ones you're working with on your setup so it might be better if you check that one in?lukecarrier
12/20/2020, 7:30 PMkevins8
12/20/2020, 7:41 PMkevins8
12/20/2020, 7:41 PMengine-test-utils
, as the name implies, is a testing package so its not even bundled with the pluginlukecarrier
12/20/2020, 7:42 PMnpm ci
complains about there being no frozen versions to use during lerna bootstrap
lukecarrier
12/20/2020, 8:05 PMundefined
? I hit this locally too: https://github.com/LukeCarrier/dendron/runs/1585582178?check_suite_focus=true#step:10:803lukecarrier
12/20/2020, 8:06 PMExportPodCLICommand.run()
, not sure what the caller iskevins8
12/20/2020, 8:16 PMkevins8
12/20/2020, 8:17 PMlukecarrier
12/20/2020, 8:17 PMkevins8
12/20/2020, 8:19 PMkevins8
12/20/2020, 8:19 PMDownloading VS Code 1.52.1 from https://update.code.visualstudio.com/1.52.1/linux-x64/stable
Downloaded VS Code 1.52.1 into .vscode-test/vscode-1.52.1
Exit code: null
Done
lerna ERR! npm run test -- -u stderr:
Failed to run tests
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @dendronhq/plugin-core@0.20.1-alpha.11 test: `node ./out/test/runTestInteg.js "-u"`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @dendronhq/plugin-core@0.20.1-alpha.11 test script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/runner/.npm/_logs/2020-12-20T19_46_40_835Z-debug.log
lerna ERR! npm run test -- -u exited 1 in '@dendronhq/plugin-core'
lerna WARN complete Waiting for 1 child process to exit. CTRL-C to exit immediately.
kevins8
12/20/2020, 8:20 PM/home/runner/.npm/_logs/2020-12-20T19_46_40_835Z-debug.log
?lukecarrier
12/20/2020, 8:20 PM