Skip to content

Commit bb66007

Browse files
authored
Fixing ci command (#271)
1 parent a7c7772 commit bb66007

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
run: npm run build -- --filter=${{ inputs.package_name }}
2828

2929
- name: Docker start
30-
run: npm run docker:start -- --filter=${{ inputs.package_name }}
30+
run: npm run docker:start:ci -- --filter=${{ inputs.package_name }}
3131

3232
- name: Run Tests
3333
run: npm run test:ci -- --filter=${{ inputs.package_name }}
3434

3535
- name: Docker stop
36-
run: npm run docker:stop -- --filter=${{ inputs.package_name }}
36+
run: npm run docker:stop:ci -- --filter=${{ inputs.package_name }}

0 commit comments

Comments
 (0)