We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a4aa36 + 8f18c52 commit f3c28f4Copy full SHA for f3c28f4
.github/workflows/ci.yml
@@ -46,6 +46,6 @@ jobs:
46
47
- name: 📥 Install dependencies
48
run: npm ci
49
-
50
- - name: 🧪 Run challenges
+
+ - name: 🧪 Run unit tests
51
run: npm run test -- --no-watch --code-coverage --browsers=ChromeHeadlessCI
0 commit comments