Skip to content

Commit f8664eb

Browse files
Update self-hosted-ci.yml
1 parent 398c7ec commit f8664eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/self-hosted-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# ÉTAPE SUPPRIMÉE - pas critique pour le TP
2323

2424
- name: Install dependencies
25-
run: npm ci
25+
run: npm install
2626

2727
- name: Run tests
2828
run: npm test -- --watch=false --browsers=ChromeHeadless --no-progress

0 commit comments

Comments
 (0)