Skip to content

Commit

Permalink
Tweak CI
Browse files Browse the repository at this point in the history
  • Loading branch information
federicotdn committed Jan 23, 2025
1 parent e191090 commit 12535fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
- name: Check Formatting (Go)
run: make format-check

- name: Check Formatting (TypeScript)
run: cd pkg/web && npm run lint

- name: Build Binary
run: make build

- name: Check Formatting (TypeScript)
run: cd pkg/web && npm run lint

- name: Start Server
run: ./bin/quickpizza &

Expand Down

0 comments on commit 12535fc

Please sign in to comment.