Skip to content

Commit 6d4be47

Browse files
authored
Merge pull request #8180 from QwikDev/compiled-i18n
fix(ci): proper qwik rebuild when starters changes
2 parents bc255cf + 4e882aa commit 6d4be47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
lookup-only: true
137137
path: packages/qwik/dist
138138
# Note that this includes the package.json of qwik
139-
key: ${{ hashfiles('.github/workflows/ci.yml', 'pnpm-lock.yaml', 'scripts.json', 'scripts/**/*', 'packages/qwik/**/*', '!**/*.unit.*', '!**/*.rs') }}
139+
key: ${{ hashfiles('.github/workflows/ci.yml', 'pnpm-lock.yaml', 'scripts.json', 'scripts/**/*', 'packages/qwik/**/*', 'starters/features/**/*', 'starters/adapters/**/*', 'starters/templates/**/*', '!**/*.unit.*', '!**/*.rs', '!starters/apps/e2e') }}
140140
- run: 'echo ${{ steps.cache-qwik.outputs.cache-primary-key }} > qwik-key.txt'
141141
- name: 'check cache: rust'
142142
id: cache-rust
@@ -159,7 +159,7 @@ jobs:
159159
packages/eslint-plugin-qwik/dist
160160
packages/create-qwik/dist
161161
# note that all inputs need to be listed here, including qwik, for correct cache invalidation
162-
key: ${{ hashfiles('qwik-key.txt', 'rust-key.txt', 'packages/qwik-city/**/*', 'packages/qwik-labs/**/*', 'packages/qwik-react/**/*', 'packages/eslint-plugin-qwik/**/*', 'packages/create-qwik/**/*', 'starters/apps/**/*', 'starters/features/**/*', 'starters/adapters/**/*', '!**/*.unit.*') }}
162+
key: ${{ hashfiles('qwik-key.txt', 'rust-key.txt', 'packages/qwik-city/**/*', 'packages/qwik-labs/**/*', 'packages/qwik-react/**/*', 'packages/eslint-plugin-qwik/**/*', 'packages/create-qwik/**/*', 'starters/apps/**/*', '!**/*.unit.*') }}
163163
- run: 'echo ${{ steps.cache-others.outputs.cache-primary-key }} > others-key.txt'
164164
- name: 'check cache: docs'
165165
id: cache-docs

0 commit comments

Comments
 (0)