This commit is contained in:
vapormusic 2022-02-01 23:15:55 +07:00
parent 9a94857552
commit f1ae89629e
2 changed files with 1 additions and 4 deletions

View file

@ -35,9 +35,6 @@ jobs:
sudo apt-get install -y wine32
- store_test_results:
path: test-results
- run:
name: Transpile TS files
command: yarn build
- run:
name: Base Functionality Test
command: yarn test

View file

@ -15,7 +15,7 @@ test("Launch electron app", async () => {
console.log(paths)
console.log(fs.readdirSync(paths.main))
console.log(fs.readdirSync(paths.mainBuild))
const electronApp = await electron.launch({ args: ['build/index.js'], cwd: paths.root });