We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb04cb8 commit 8ae8902Copy full SHA for 8ae8902
.github/workflows/test.yml
@@ -20,4 +20,5 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
- uses: actions/setup-node@v4
23
+ - run: npm install
24
- run: npm test
0 commit comments