Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Sep 12, 2023
1 parent 9994181 commit 8cc0af4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci-test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ jobs:
path: ./apps/meteor/tests/e2e/.playwright*

- name: Show server logs if E2E test failed
if: failure()
run: docker compose -f docker-compose-ci.yml logs rocketchat

- name: Extract e2e:ee:coverage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ if (!dir || !reporter) {
}

process.on('exit', async () => {
console.log('Coverage plugin exited');

try {
if (!dir) {
throw new Error('No coverage dir');
Expand Down

0 comments on commit 8cc0af4

Please sign in to comment.