Skip to content

Commit

Permalink
fix(ci): Build UI on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SkYNewZ committed Jan 24, 2024
1 parent 049da7d commit 5fad41f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
with:
go-version: 1.21

- name: Setup task
uses: arduino/setup-task@v1

- name: Build frontend
run: task ui:build --force

- name: Lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down Expand Up @@ -58,6 +64,12 @@ jobs:
- name: Install ko
uses: imjasonh/[email protected]

- name: Setup task
uses: arduino/setup-task@v1

- name: Build frontend
run: task ui:build --force

- name: Build and push snapshot Docker image
env:
KO_DOCKER_REPO: ghcr.io/skynewz/gh-stars-search-engine
Expand Down

0 comments on commit 5fad41f

Please sign in to comment.