File tree Expand file tree Collapse file tree 1 file changed +3
-27
lines changed Expand file tree Collapse file tree 1 file changed +3
-27
lines changed Original file line number Diff line number Diff line change @@ -59,34 +59,10 @@ jobs:
5959 psql postgresql://postgres:postgres@postgres/postgres < database/schemas/public.sql
6060 psql postgresql://postgres:postgres@postgres/postgres < database/schemas/wallet.sql
6161
62- - name : run tests
62+ - name : Unit Tests
6363 run : npm test
6464
65- - name : tree tests
66- run : npx jest __tests__/ e2e/trees.spec.ts
65+ - name : Integration Tests
66+ run : npm run test- e2e
6767 env :
6868 SEED : true
69-
70- - name : wallet tests
71- run : npx jest __tests__/e2e/wallets.spec.ts
72- if : always()
73-
74- - name : species tests
75- run : npx jest __tests__/e2e/species.spec.ts
76- if : always()
77-
78- - name : country tests
79- run : npx jest __tests__/e2e/countries.spec.ts
80- if : always()
81-
82- - name : planter tests
83- run : npx jest __tests__/e2e/planters.spec.ts
84- if : always()
85-
86- - name : organizations tests
87- run : npx jest __tests__/e2e/organizations.spec.ts
88- if : always()
89-
90- - name : token tests
91- run : npx jest __tests__/e2e/tokens.spec.ts
92- if : always()
You can’t perform that action at this time.
0 commit comments