Skip to content

Commit

Permalink
fix: locations were invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
shah committed May 16, 2024
1 parent fbf0c41 commit fe18323
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ You'll see the following folders and files:
.
├── assurance/
│ └── 1115-waiver/ahc-hrsn/screening/regression-test-prime/
│ └── fhir-service-prime/
│ └── src/
│ ├── fhir-service-prime/
│ │ └── src/
│ │ └── YYYY-MM-DD/
| └── regression-test.sh
├── public/
│ └── assurance/1115-waiver/ahc-hrsn/screening/regression-test-prime/fhir-service-prime/
│ ├── results/
│ │ ├── YYYY-MM/YYYY-MM-DD-HH-MM-SS/
│ │ └── latest/ (symlink)
| └── regression-test.sh
│ ├── YYYY-MM/YYYY-MM-DD-HH-MM-SS/
│ └── latest/ (symlink to most recent execution)
├── src/
│ ├── assets/
│ ├── content/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"gen-regression-test-results": "./public/assurance/1115-waiver/ahc-hrsn/screening/regression-test-prime/fhir-service-prime/regression-test.sh"
"gen-regression-test-results": "./assurance/1115-waiver/ahc-hrsn/screening/regression-test-prime/regression-test.sh"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
Expand Down

0 comments on commit fe18323

Please sign in to comment.