Skip to content

Commit e7c01ef

Browse files
committed
fixup: explain github ci config change
1 parent 6d48fbc commit e7c01ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575
npm run bootstrap-ci -- --scope @mongodb-js/monorepo-tools --stream --include-dependencies
7676
npm run bootstrap-ci -- --stream --since ${SINCE_REF} --include-dependencies
7777
78+
# saslprep source code may have been modified by bootstrapping,
79+
# depending on the OS, so undo that change if it has happened
80+
# (since it can influence subsequent lerna invocations)
7881
git checkout -- packages/saslprep/src/code-points-data.ts
7982
shell: bash
8083

0 commit comments

Comments
 (0)