We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b2f1a commit e63f423Copy full SHA for e63f423
1 file changed
.github/workflows/tests.yml
@@ -134,7 +134,9 @@ jobs:
134
pm2 status
135
cd cables_api/
136
npm run test:api
137
+ pm2 logs --lines 100
138
pm2 stop all
139
+ pm2 flush
140
- name: Publish API Tests Summary Results
141
uses: ctrf-io/github-test-reporter@v1
142
with:
@@ -154,7 +156,9 @@ jobs:
154
156
155
157
158
npm run test:views
159
160
161
162
- name: Publish Views Tests Summary Results
163
164
0 commit comments