File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111jobs :
1212 test :
1313 runs-on : ubuntu-latest
14- continue-on-error : true
1514 strategy :
1615 fail-fast : false
1716 matrix :
1817 package :
19- - your-module-1
20- - your-module-2
18+ - patients
19+ - medications
20+ - scheduling
21+ - clinical
22+ - lab-orders
23+ - lab-results
24+ - prescriptions
25+ - documents
26+ - us-states
2127
2228 env :
2329 PGHOST : localhost
@@ -82,13 +88,13 @@ jobs:
8288 uses : actions/cache@v4
8389 with :
8490 path : ~/.npm
85- key : pgpm-${{ env.PGPM_VERSION }}
91+ key : pgpm-${{ runner.os }}-${{ env.PGPM_VERSION }}
8692
8793 - name : Install pgpm CLI globally
8894 run : npm install -g pgpm@${{ env.PGPM_VERSION }}
8995
9096 - name : Build
91- run : pnpm -r build
97+ run : pnpm -r --if-present build
9298
9399 - name : Seed pg and app_user
94100 run : |
Original file line number Diff line number Diff line change 11{
2- "name" : " clinical" ,
2+ "name" : " @pgpm-demo/ clinical" ,
33 "version" : " 0.0.1" ,
44 "author" : " Dan Lynch <pyramation@gmail.com>" ,
55 "description" : " clinical" ,
2222 "test:watch" : " jest --watchAll"
2323 },
2424 "keywords" : [],
25+ "dependencies" : {
26+ "@pgpm-demo/scheduling" : " workspace:*"
27+ },
2528 "devDependencies" : {
2629 "pgsql-test" : " ^4.7.6" ,
2730 "makage" : " ^0.3.0"
Original file line number Diff line number Diff line change 11{
2- "name" : " documents" ,
2+ "name" : " @pgpm-demo/ documents" ,
33 "version" : " 0.0.1" ,
44 "author" : " Dan Lynch <pyramation@gmail.com>" ,
55 "description" : " documents" ,
2222 "test:watch" : " jest --watchAll"
2323 },
2424 "keywords" : [],
25+ "dependencies" : {
26+ "@pgpm-demo/scheduling" : " workspace:*"
27+ },
2528 "devDependencies" : {
2629 "pgsql-test" : " ^4.7.6" ,
2730 "makage" : " ^0.3.0"
Original file line number Diff line number Diff line change 11{
2- "name" : " lab-orders" ,
2+ "name" : " @pgpm-demo/ lab-orders" ,
33 "version" : " 0.0.1" ,
44 "author" : " Dan Lynch <pyramation@gmail.com>" ,
55 "description" : " lab-orders" ,
2222 "test:watch" : " jest --watchAll"
2323 },
2424 "keywords" : [],
25+ "dependencies" : {
26+ "@pgpm-demo/scheduling" : " workspace:*"
27+ },
2528 "devDependencies" : {
2629 "pgsql-test" : " ^4.7.6" ,
2730 "makage" : " ^0.3.0"
Original file line number Diff line number Diff line change 11{
2- "name" : " lab-results" ,
2+ "name" : " @pgpm-demo/ lab-results" ,
33 "version" : " 0.0.1" ,
44 "author" : " Dan Lynch <pyramation@gmail.com>" ,
55 "description" : " lab-results" ,
2222 "test:watch" : " jest --watchAll"
2323 },
2424 "keywords" : [],
25+ "dependencies" : {
26+ "@pgpm-demo/lab-orders" : " workspace:*"
27+ },
2528 "devDependencies" : {
2629 "pgsql-test" : " ^4.7.6" ,
2730 "makage" : " ^0.3.0"
Original file line number Diff line number Diff line change 11{
2- "name" : " medications" ,
2+ "name" : " @pgpm-demo/ medications" ,
33 "version" : " 0.0.1" ,
44 "author" : " Dan Lynch <pyramation@gmail.com>" ,
55 "description" : " medications" ,
Original file line number Diff line number Diff line change 11{
2- "name" : " patients" ,
2+ "name" : " @pgpm-demo/ patients" ,
33 "version" : " 0.0.1" ,
44 "author" : " Dan Lynch <pyramation@gmail.com>" ,
55 "description" : " patients" ,
Original file line number Diff line number Diff line change 11{
2- "name" : " prescriptions" ,
2+ "name" : " @pgpm-demo/ prescriptions" ,
33 "version" : " 0.0.1" ,
44 "author" : " Dan Lynch <pyramation@gmail.com>" ,
55 "description" : " prescriptions" ,
2222 "test:watch" : " jest --watchAll"
2323 },
2424 "keywords" : [],
25+ "dependencies" : {
26+ "@pgpm-demo/medications" : " workspace:*" ,
27+ "@pgpm-demo/scheduling" : " workspace:*"
28+ },
2529 "devDependencies" : {
2630 "pgsql-test" : " ^4.7.6" ,
2731 "makage" : " ^0.3.0"
Original file line number Diff line number Diff line change 11{
2- "name" : " scheduling" ,
2+ "name" : " @pgpm-demo/ scheduling" ,
33 "version" : " 0.0.1" ,
44 "author" : " Dan Lynch <pyramation@gmail.com>" ,
55 "description" : " scheduling" ,
2222 "test:watch" : " jest --watchAll"
2323 },
2424 "keywords" : [],
25+ "dependencies" : {
26+ "@pgpm-demo/patients" : " workspace:*"
27+ },
2528 "devDependencies" : {
2629 "pgsql-test" : " ^4.7.6" ,
2730 "makage" : " ^0.3.0"
Original file line number Diff line number Diff line change 11{
2- "name" : " us-states" ,
2+ "name" : " @pgpm-demo/ us-states" ,
33 "version" : " 0.0.1" ,
44 "author" : " Dan Lynch <pyramation@gmail.com>" ,
55 "description" : " us-states" ,
You can’t perform that action at this time.
0 commit comments