Skip to content

Commit 263ec85

Browse files
committed
TEMP Skip installing build artifact
1 parent 27e5b8b commit 263ec85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ jobs:
155155
working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}
156156
run: ls -l .
157157

158-
- name: Install build artifact
159-
working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}
160-
run: yarn add ./package.tgz
158+
# - name: Install build artifact
159+
# working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}
160+
# run: yarn add ./package.tgz
161161

162162
- name: Show installed package versions
163163
working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}

0 commit comments

Comments
 (0)