Skip to content

Commit 8f75e74

Browse files
authored
feat(preview): Netlify app master-dcmjs2 deploy build (#392)
* feat: Netlify app master-dcmjs2 deploy build * Download a second copy of the multiframe for now to prevent test issues
1 parent 60b1c99 commit 8f75e74

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616

1717
- name: Setup Node.js
1818
uses: actions/setup-node@v4

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010

1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414

1515
- name: Setup Node.js
16-
uses: actions/setup-node@v1
16+
uses: actions/setup-node@v4
1717
with:
1818
node-version: 18
1919

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
This is a community effort so please help improve support for a wide range of DICOM data and use cases.
1313

14-
See [live examples here](https://dcmjs2.netlify.com/)
14+
See [live examples here](https://master--dcmjs2.netlify.app/)
1515

1616
# Goals
1717

test/data-options.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ it("noCopy test_fragment_multiframe", async () => {
169169
"https://github.com/dcmjs-org/data/releases/download/encapsulation/encapsulation-fragment-multiframe.dcm";
170170
const dcmPath = await getTestDataset(
171171
url,
172-
"encapsulation-fragment-multiframe.dcm"
172+
"encapsulation-fragment-multiframe-b.dcm"
173173
);
174174
const file = fs.readFileSync(dcmPath);
175175

0 commit comments

Comments
 (0)