Skip to content

Commit f044917

Browse files
committed
update courseware ci...
- fix deprecated --frozen-lockfile - rename to ci-package convention - add dependency packages as triggers
1 parent 8da1882 commit f044917

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/courses-test.yml renamed to .github/workflows/ci-pkg-courseware.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ on:
55
push:
66
paths:
77
- 'packages/courseware/**'
8-
- '.github/workflows/courses-test.yml'
8+
- '.github/workflows/ci-pkg-courseware.yml'
99
pull_request:
1010
paths:
1111
- 'packages/courseware/**'
12-
- '.github/workflows/courses-test.yml'
12+
- 'packages/common/**'
13+
- 'packages/db/**'
14+
- 'packages/common-ui/**'
15+
- '.github/workflows/ci-pkg-courseware.yml'
1316

1417
jobs:
1518
test:
@@ -25,7 +28,7 @@ jobs:
2528
cache: 'yarn'
2629

2730
- name: Install dependencies
28-
run: yarn install --frozen-lockfile
31+
run: yarn install --immutable
2932

3033
- name: Build @vue-skuilder/common
3134
run: |

0 commit comments

Comments
 (0)