We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6593c16 commit 6fba170Copy full SHA for 6fba170
1 file changed
.github/workflows/ci.yml
@@ -11,7 +11,9 @@ jobs:
11
with:
12
node-version: 22.11.0
13
registry-url: https://npm.pkg.github.com/
14
+ - run: npm ci
15
- name: Run Unit Tests
16
+
17
run: npm run test:unit
18
integration-tests:
19
runs-on: ubuntu-latest
0 commit comments