Skip to content

Commit 71721fa

Browse files
ci: print installed msw and openapi-ts versions in compatibility check (#95)
1 parent 72fac10 commit 71721fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/compatibility-check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
run: npm run build
2626
- name: Install latest MSW and OpenAPI-TS versions
2727
run: npm install msw@latest openapi-typescript@latest
28+
- name: Print installed MSW version
29+
run: npm ls msw
30+
- name: Print installed OpenAPI-TS version
31+
run: npm ls openapi-typescript
2832
- name: Generate Test Fixtures
2933
run: npm run generate
3034
- name: Run Integration Tests

0 commit comments

Comments
 (0)