Skip to content

Commit

Permalink
fix: failing ci checks
Browse files Browse the repository at this point in the history
  • Loading branch information
diyor28 committed Feb 22, 2025
1 parent df5aa6b commit 595a14e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Test Makefile targets
# running seeds twice to verify that they are idempotent
run: |
make migrate-up
make migrate up
make seed
make seed
make css
Expand Down Expand Up @@ -123,4 +123,4 @@ jobs:
- name: Test database migrate down
# e2e tests require database to have the seed data. We can only down the migrations after cypress.
run: |
make migrate-down
make migrate down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ build-docker-prod:
%:
@:

.PHONY: default deps test test-watch localdb migrate-up migrate-down dev css-watch css lint release release-local clean setup build-iota-linter run-iota-linter clean-iota-linter collect-migrations
.PHONY: default deps test test-watch localdb migrate migrate-down dev css-watch css lint release release-local clean setup build-iota-linter run-iota-linter clean-iota-linter collect-migrations

0 comments on commit 595a14e

Please sign in to comment.