Skip to content

Commit c2c0675

Browse files
committed
Tidy ci
1 parent f45736c commit c2c0675

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ name: CI
33
on:
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

137
jobs:
148
# Main CI job - using Turborepo for dependency management
@@ -29,7 +23,6 @@ jobs:
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
@@ -39,7 +32,6 @@ jobs:
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
@@ -49,7 +41,7 @@ jobs:
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:
@@ -76,7 +68,6 @@ jobs:
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

0 commit comments

Comments
 (0)