Skip to content

Commit 7a26f16

Browse files
committed
Add step (in root directory) to install dependencies
1 parent 6cc6771 commit 7a26f16

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pr-checks.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,17 @@ jobs:
9898
package-lock.json
9999
pr-checks/package-lock.json
100100
101+
- name: Install dependencies
102+
run: npm ci
103+
101104
- name: Verify PR checks up to date
102105
if: always()
103106
run: .github/workflows/script/verify-pr-checks.sh
104107

105108
- name: Run pr-checks tests
106109
if: always()
107110
working-directory: pr-checks
108-
run: npm ci && npx tsx --test
111+
run: npx tsx --test
109112

110113
check-node-version:
111114
if: github.triggering_actor != 'dependabot[bot]'

0 commit comments

Comments
 (0)