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 8da1882 commit f044917Copy full SHA for f044917
.github/workflows/courses-test.yml renamed to .github/workflows/ci-pkg-courseware.yml
@@ -5,11 +5,14 @@ on:
5
push:
6
paths:
7
- 'packages/courseware/**'
8
- - '.github/workflows/courses-test.yml'
+ - '.github/workflows/ci-pkg-courseware.yml'
9
pull_request:
10
11
12
+ - 'packages/common/**'
13
+ - 'packages/db/**'
14
+ - 'packages/common-ui/**'
15
16
17
jobs:
18
test:
@@ -25,7 +28,7 @@ jobs:
25
28
cache: 'yarn'
26
29
27
30
- name: Install dependencies
- run: yarn install --frozen-lockfile
31
+ run: yarn install --immutable
32
33
- name: Build @vue-skuilder/common
34
run: |
0 commit comments