We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83a0c4 commit 5ac8582Copy full SHA for 5ac8582
1 file changed
.github/workflows/test.yml
@@ -43,13 +43,15 @@ jobs:
43
pg_isready -h localhost -p 5432 && break || sleep 5
44
done
45
46
- # - name: Run migrations
47
- # env:
48
- # DB_USERNAME: postgres
49
- # DB_PASSWORD: 12345678
50
- # DB_NAME: database_services_test
51
- # DB_HOST: localhost
52
- # run: yarn migrate
+ - name: Run migrations
+ env:
+ DB_USERNAME: postgres
+ DB_PASSWORD: 12345678
+ DB_NAME: database_services_test
+ DB_HOST: localhost
+ JWT_SECRET: supersecretkey
53
+ JWT_EXPIRES_IN: 1h
54
+ run: yarn migrate
55
56
- name: Run tests
57
env:
0 commit comments