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 27e5b8b commit 263ec85Copy full SHA for 263ec85
.github/workflows/test.yml
@@ -155,9 +155,9 @@ jobs:
155
working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}
156
run: ls -l .
157
158
- - name: Install build artifact
159
- working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}
160
- run: yarn add ./package.tgz
+ # - name: Install build artifact
+ # working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}
+ # run: yarn add ./package.tgz
161
162
- name: Show installed package versions
163
0 commit comments