Skip to content

Commit 5b9ecab

Browse files
committed
Copy project config in build of test-all
1 parent 56ca94e commit 5b9ecab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-all.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
path: "**/node_modules"
5252
key: node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
5353
- run: yarn install --frozen-lockfile
54+
- run: cp config/ci.config.json config/project.json
5455
- run: yarn build
5556
- name: Upload build archive
5657
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)