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 72fa299 commit d565ad0Copy full SHA for d565ad0
.github/workflows/ci.common.yml
@@ -5,6 +5,9 @@ on:
5
working_directory:
6
required: true
7
type: string
8
+ package_name:
9
+ required: true
10
+ type: string
11
node_version:
12
13
@@ -33,8 +36,7 @@ jobs:
33
36
working-directory: ${{ inputs.working_directory }}
34
37
35
38
- name: Run Tests
- run: npm run test:ci
- ## TODO: refactor to have turbo cache
39
+ run: npm run test:ci -- --filter=${{ inputs.package_name }}
40
41
42
- name: Docker stop
0 commit comments