Skip to content

Commit 7dc06c8

Browse files
authored
Merge pull request #176 from take-cheeze/ci-dkcer
Add CI for docker
2 parents e803dd3 + e56c8db commit 7dc06c8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
node-version: [24.x]
1919
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2020

21+
env:
22+
DOCKER_IT: ""
23+
2124
steps:
2225
- uses: actions/checkout@v4
2326
with:
@@ -31,3 +34,7 @@ jobs:
3134

3235
- run: npm ci
3336
- run: npm run build --if-present
37+
38+
- run: ./docker.sh build
39+
- run: ./docker.sh install
40+
- run: ./docker.sh dist

0 commit comments

Comments
 (0)