Skip to content

Commit

Permalink
chore(ci): Run make ui first before run golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ditatompel committed Aug 21, 2024
1 parent 9345e75 commit 64ab2aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: Build UI
run: make ui

- name: Run lint
uses: golangci/golangci-lint-action@v4
with:
version: latest

- name: Build UI
run: make ui

- name: Run test
run: make test

0 comments on commit 64ab2aa

Please sign in to comment.