We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fac10 commit 71721faCopy full SHA for 71721fa
.github/workflows/compatibility-check.yml
@@ -25,6 +25,10 @@ jobs:
25
run: npm run build
26
- name: Install latest MSW and OpenAPI-TS versions
27
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
32
- name: Generate Test Fixtures
33
run: npm run generate
34
- name: Run Integration Tests
0 commit comments