Skip to content

Commit 85d59eb

Browse files
authored
Merge pull request #171 from johnb8/fix-ci
Fix master CI
2 parents e9d28e4 + 1c1e444 commit 85d59eb

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323

2424
- run: yarn playwright install-deps chromium
2525
- run: yarn build
26+
- run: yarn build:es
27+
- run: yarn build:all
2628
- run: xvfb-run yarn test --testTimeout 20000
2729
env: { CI: 1 }
2830

.github/workflows/macos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323

2424
- run: yarn playwright install-deps chromium
2525
- run: yarn build
26+
- run: yarn build:es
27+
- run: yarn build:all
2628
- run: yarn test --testTimeout 20000
2729
env: { CI: 1 }
2830

.github/workflows/windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323

2424
- run: yarn playwright install-deps chromium
2525
- run: yarn build
26+
- run: yarn build:es
27+
- run: yarn build:all
2628
- run: yarn test --testTimeout 20000
2729
env: { CI: 1 }
2830

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
{ "path": "app-config-config/tsconfig.json" },
99
{ "path": "app-config-core/tsconfig.json" },
1010
{ "path": "app-config-cypress/tsconfig.json" },
11+
{ "path": "app-config-electron/tsconfig.json" },
1112
{ "path": "app-config-encryption/tsconfig.json" },
1213
{ "path": "app-config-exec/tsconfig.json" },
1314
{ "path": "app-config-extensions/tsconfig.json" },

0 commit comments

Comments
 (0)