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.
1 parent 08bbadb commit b9da554Copy full SHA for b9da554
.github/workflows/check.yml
@@ -21,6 +21,6 @@ jobs:
21
run: npm ci
22
- name: run eslint
23
run: npm run lint
24
- - name: E2E test
+ - name: run test
25
run: npm run test
26
0 commit comments