Skip to content

Commit e319b67

Browse files
committed
remove yarn lockfile verification step
1 parent eec47ab commit e319b67

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/run-mocha-tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ jobs:
2222
node-version: '20'
2323
cache: 'yarn'
2424

25-
- name: Verify `yarn.lock` exists
26-
working-directory: javascript/node-express-server
27-
run: |
28-
if [ ! -f yarn.lock ]; then
29-
echo "Error: yarn.lock file is missing in node-express-server directory"
30-
exit 1
31-
fi
32-
3325
- name: Install dependencies
3426
working-directory: javascript/node-express-server
3527
run: yarn install

0 commit comments

Comments
 (0)