Skip to content

Commit 5855d73

Browse files
committed
Added build test
1 parent 42c5dbe commit 5855d73

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,21 @@ jobs:
7979

8080
- name: Build Web UI
8181
run: npm run build
82+
83+
docker-build:
84+
name: Docker Build Test
85+
runs-on: ubuntu-latest
86+
87+
steps:
88+
- name: Checkout code
89+
uses: actions/checkout@v4
90+
91+
- name: Set up Docker Buildx
92+
uses: docker/setup-buildx-action@v3
93+
94+
- name: Build Docker image
95+
uses: docker/build-push-action@v5
96+
with:
97+
context: .
98+
push: false
99+
tags: web-ui:test

0 commit comments

Comments
 (0)