Is it possible to see why deploy is stuck for long time using GitHub actions deploy

Getting this:

Deploy is doing this:

Okay GitHub lets you see logs, here was my issue:

2022-04-22T23:55:50Z   [info]healthcheck ❌ {
49
2022-04-22T23:55:50Z   [info]  error: PrismaClientKnownRequestError: The table `main.User` does not exist in the current database.
50
2022-04-22T23:55:50Z   [info]      at Object.request (/myapp/node_modules/@prisma/client/runtime/index.js:39818:15)
51
2022-04-22T23:55:50Z   [info]      at PrismaClient._request (/myapp/node_modules/@prisma/client/runtime/index.js:40649:18)
52
2022-04-22T23:55:50Z   [info]      at async Promise.all (index 0)
53
2022-04-22T23:55:50Z   [info]      at loader2 (/myapp/build/index.js:242:5)
54
2022-04-22T23:55:50Z   [info]      at Object.callRouteLoader (/myapp/node_modules/@remix-run/server-runtime/data.js:77:14)
55
2022-04-22T23:55:50Z   [info]      at handleResourceRequest (/myapp/node_modules/@remix-run/server-runtime/server.js:446:14)
56
2022-04-22T23:55:50Z   [info]      at requestHandler (/myapp/node_modules/@remix-run/server-runtime/server.js:42:18)
57
2022-04-22T23:55:50Z   [info]      at /myapp/node_modules/@remix-run/express/server.js:41:22 {
58
2022-04-22T23:55:50Z   [info]    code: 'P2021',
59
2022-04-22T23:55:50Z   [info]    clientVersion: '3.11.1',
60
2022-04-22T23:55:50Z   [info]    meta: { table: 'main.User' }
61
2022-04-22T23:55:50Z   [info]  }
62
2022-04-22T23:55:50Z   [info]}
63
2022-04-22T23:55:50Z   [info]GET /healthcheck 500 - - 3.253 ms
64
2022-04-22T23:55:50Z   [info]HEAD / 200 - - 1.393 ms
65