Skip to content

Commit

Permalink
TEMP Skip installing build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Sep 29, 2023
1 parent 27e5b8b commit 263ec85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ jobs:
working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}
run: ls -l .

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

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

0 comments on commit 263ec85

Please sign in to comment.