Skip to content

Commit

Permalink
ci: remove qwik-react/vite references
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez committed Jul 27, 2024
1 parent 08b53e2 commit b317e47
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ jobs:
packages/qwik-labs/lib
packages/qwik-labs/vite
packages/qwik-react/lib
packages/qwik-react/vite
packages/eslint-plugin-qwik/dist
packages/create-qwik/dist
# note that all inputs need to be listed here, including qwik, for correct cache invalidation
Expand Down Expand Up @@ -360,7 +359,6 @@ jobs:
packages/qwik-labs/lib
packages/qwik-labs/vite
packages/qwik-react/lib
packages/qwik-react/vite
packages/eslint-plugin-qwik/dist
packages/create-qwik/dist
Expand All @@ -373,7 +371,6 @@ jobs:
packages/qwik-labs/lib
packages/qwik-labs/vite
packages/qwik-react/lib
packages/qwik-react/vite
packages/eslint-plugin-qwik/dist
packages/create-qwik/dist
key: ${{ needs.changes.outputs.hash-others }}
Expand Down Expand Up @@ -402,15 +399,14 @@ jobs:
if-no-files-found: error

- name: Print qwik-react Lib Build
run: tree packages/qwik-react/lib/ packages/qwik-react/vite/
run: tree packages/qwik-react/lib/

- name: Upload qwik-react Build Artifacts
uses: actions/upload-artifact@v4
with:
name: artifact-qwikreact
path: |
packages/qwik-react/lib/
packages/qwik-react/vite/
packages/qwik-react/package.json
if-no-files-found: error

Expand Down Expand Up @@ -526,7 +522,6 @@ jobs:
mv artifact-qwiklabs/lib packages/qwik-labs/lib
mv artifact-qwiklabs/vite packages/qwik-labs/vite
mv artifact-qwikreact/lib packages/qwik-react/lib
mv artifact-qwikreact/vite packages/qwik-react/vite
- run: corepack pnpm install --frozen-lockfile
- name: Build Qwik Docs
Expand Down Expand Up @@ -796,7 +791,6 @@ jobs:
mv artifact-qwiklabs/lib packages/qwik-labs/lib
mv artifact-qwiklabs/vite packages/qwik-labs/vite
mv artifact-qwikreact/lib packages/qwik-react/lib
mv artifact-qwikreact/vite packages/qwik-react/vite
rm -rf artifact-*
- run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit b317e47

Please sign in to comment.