We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3988518 commit 63a88d0Copy full SHA for 63a88d0
.github/workflows/github-pipelines.yml
@@ -17,7 +17,7 @@ jobs:
17
18
- name: Install dependencies
19
run: |
20
- npm install # Replace with appropriate dependency install command
+ npm install
21
22
- name: Run tests
23
0 commit comments