Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Diogenes Fernandes <[email protected]>
  • Loading branch information
diofeher committed Jan 4, 2025
1 parent b2a9e4a commit 67a731c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Verify
permissions: {}
on:
pull_request:
push:
branches:
- feat/backend-lint

jobs:
generate:
Expand Down Expand Up @@ -48,10 +45,10 @@ jobs:
- name: Run go generate
working-directory: backend
run: go generate ./...
# - name: Run tests
# working-directory: backend
# run: |
# go test ./...
- name: Run tests
working-directory: backend
run: |
go test ./...
frontend:
name: Frontend Lint and Test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 67a731c

Please sign in to comment.