Skip to content

DEV deploy - @devksingh4 #40

DEV deploy - @devksingh4

DEV deploy - @devksingh4 #40

Triggered via pull request September 3, 2024 15:10
Status Failure
Total duration 41s
Artifacts

deploy-dev.yml

on: pull_request
Run Unit Tests
30s
Run Unit Tests
Deploy to AWS DEV
0s
Deploy to AWS DEV
Run Live Integration Tests
0s
Run Live Integration Tests
Fit to window
Zoom out
Zoom in

Annotations

8 errors
tests/unit/auth.test.ts > Test happy path: tests/unit/auth.test.ts#L49
AssertionError: expected { …(2) } to deeply equal { …(2) } - Expected + Received Object { "roles": Array [ "manage:events", + "public", ], "username": "[email protected]", } ❯ tests/unit/auth.test.ts:49:20
tests/unit/discordEvent.test.ts > Test happy path: tests/unit/auth.test.ts#L49
AssertionError: expected { …(2) } to deeply equal { …(2) } - Expected + Received Object { "roles": Array [ "manage:events", + "public", ], "username": "[email protected]", } ❯ tests/unit/auth.test.ts:49:20
tests/unit/discordEvent.test.ts > Happy path: valid publish submission.: tests/unit/discordEvent.test.ts#L54
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ tests/unit/discordEvent.test.ts:54:33
tests/unit/discordEvent.test.ts > Happy path: do not publish repeating events.: tests/unit/discordEvent.test.ts#L79
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ tests/unit/discordEvent.test.ts:79:33
tests/unit/eventPost.test.ts > Test happy path: tests/unit/auth.test.ts#L49
AssertionError: expected { …(2) } to deeply equal { …(2) } - Expected + Received Object { "roles": Array [ "manage:events", + "public", ], "username": "[email protected]", } ❯ tests/unit/auth.test.ts:49:20
tests/unit/eventPost.test.ts > Happy path: Adding a non-repeating, featured, paid event: tests/unit/eventPost.test.ts#L153
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ tests/unit/eventPost.test.ts:153:31
tests/unit/eventPost.test.ts > Happy path: Adding a weekly repeating, non-featured, paid event: tests/unit/eventPost.test.ts#L185
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ tests/unit/eventPost.test.ts:185:31
Run Unit Tests
Process completed with exit code 2.