Skip to content

Commit f3c28f4

Browse files
authored
Merge pull request #2 from marcode24/dev
✏️ fix typo CI file
2 parents 9a4aa36 + 8f18c52 commit f3c28f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646

4747
- name: 📥 Install dependencies
4848
run: npm ci
49-
50-
- name: 🧪 Run challenges
49+
50+
- name: 🧪 Run unit tests
5151
run: npm run test -- --no-watch --code-coverage --browsers=ChromeHeadlessCI

0 commit comments

Comments
 (0)