Skip to content

Commit e21d329

Browse files
committed
Try printing RTK versions in CI
1 parent 126bea1 commit e21d329

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,12 @@ jobs:
121121
- name: Install build artifact
122122
run: yarn add ./package.tgz
123123

124+
- name: Check RTK versions
125+
run: yarn why @reduxjs/toolkit
126+
127+
- name: Print RTK package contents
128+
run: cat ./node_modules/@reduxjs/toolkit/package.json
129+
124130
- run: sed -i -e /@remap-prod-remove-line/d ./tsconfig.base.json ./jest.config.js ./src/tests/*.* ./src/query/tests/*.*
125131

126132
- name: "@ts-ignore stuff that didn't exist pre-4.1 in the tests"

0 commit comments

Comments
 (0)