Skip to content

Commit 4a61400

Browse files
authored
Merge pull request #57 from openwatersio/build-artifacts
Upload build artifacts
2 parents 976edcc + d556ee5 commit 4a61400

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ jobs:
3030
- name: Run tests
3131
run: npm run test
3232

33+
- name: Pack npm module
34+
run: npm pack
35+
36+
- name: Upload npm build artifacts
37+
uses: actions/upload-artifact@v6
38+
with:
39+
name: npm-dist
40+
path: "*.tgz"
41+
3342
tcd:
3443
runs-on: ubuntu-latest
3544
steps:
@@ -53,6 +62,12 @@ jobs:
5362
- name: Run TCD validation tests
5463
run: npm run test -w tcd
5564

65+
- name: Upload TCD artifacts
66+
uses: actions/upload-artifact@v6
67+
with:
68+
name: tcd
69+
path: packages/tcd/dist/
70+
5671
lint:
5772
runs-on: ubuntu-latest
5873
steps:

0 commit comments

Comments
 (0)