Skip to content

Commit

Permalink
update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hnthh authored Apr 15, 2024
1 parent a43d624 commit 7c05cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
DATABASE_URL: postgres://postgres:secret@localhost:5432/postgres

- name: lint generated project (and its template)
run: cd testproject && make lint
run: cd testproject && poetry install && make lint

build-docker-image:
needs: bootstrap
Expand Down

0 comments on commit 7c05cc6

Please sign in to comment.