Skip to content

Commit b534ea4

Browse files
committed
Fixup CI for our new submodule situation.
1 parent 978a36b commit b534ea4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/browser-extension.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v5
14+
with:
15+
submodules: recursive
1416
- uses: actions/setup-node@v5
1517
with:
1618
node-version-file: '.nvmrc'
1719
cache: 'npm'
18-
cache-dependency-path: browser-extension/package-lock.json
20+
cache-dependency-path: package-lock.json
1921
- run: npm ci
20-
working-directory: browser-extension
22+
- run: npm run build --workspace=overtype
2123
- run: npm run biome
2224
working-directory: browser-extension
2325
- run: npm test

0 commit comments

Comments
 (0)