File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,6 @@ name: CI
33on :
44 push :
55 pull_request :
6- # Only run on pull requests that change relevant files
7- paths-ignore :
8- - " **.md"
9- - " docs/**"
10- - " .gitignore"
11- - " LICENSE.txt"
126
137jobs :
148 # Main CI job - using Turborepo for dependency management
2923 run : pnpm install --frozen-lockfile
3024 - name : Build all packages
3125 run : |
32- export CI=true
3326 npx turbo build build-library
3427 env :
3528 NODE_ENV : production
3932 - name : Run tests
4033 run : |
4134 touch packages/skin-database/config.js
42- export CI=true
4335 npx turbo test -- --maxWorkers=2
4436 env :
4537 NODE_ENV : test
4941 path : |
5042 packages/ani-cursor/dist
5143 packages/winamp-eqf/built
52- packages/webamp/dist
44+ packages/webamp/built
5345 key : release-artifacts-${{ github.sha }}
5446 # Release job - publish packages to NPM
5547 release :
7668 path : |
7769 packages/ani-cursor/dist
7870 packages/winamp-eqf/built
79- packages/webamp/dist
8071 packages/webamp/built
8172 key : release-artifacts-${{ github.sha }}
8273 fail-on-cache-miss : true
You can’t perform that action at this time.
0 commit comments