We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ca94e commit 5b9ecabCopy full SHA for 5b9ecab
.github/workflows/test-all.yml
@@ -51,6 +51,7 @@ jobs:
51
path: "**/node_modules"
52
key: node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
53
- run: yarn install --frozen-lockfile
54
+ - run: cp config/ci.config.json config/project.json
55
- run: yarn build
56
- name: Upload build archive
57
uses: actions/upload-artifact@v4
0 commit comments