Skip to content

Commit 3f1bb9a

Browse files
committed
fix: remove stop infra step from CI as it is not used
1 parent b05dc5e commit 3f1bb9a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,4 @@ jobs:
4949
run: npm run db:seed
5050

5151
- name: Run tests
52-
run: npm test
53-
54-
- name: Stop infrastructure
55-
run: npm run infra:stop
52+
run: npm test

0 commit comments

Comments
 (0)