Skip to content

Commit

Permalink
fix(test): changed order of code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
drochow committed Oct 31, 2024
1 parent 7fea32a commit f7d2ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
run: go install github.com/onsi/ginkgo/v2/ginkgo
- name: Install Mockery
run: go install github.com/vektra/mockery/[email protected]
- name: Generate Gqlgen code
run: make gqlgen
- name: Generate Mockery code
run: make mockery
- name: Generate Gqlgen code
run: make gqlgen
- name: Run Tests
env:
DB_USER: my_username
Expand Down

0 comments on commit f7d2ec9

Please sign in to comment.