Skip to content

build(deps): bump axios from 1.7.2 to 1.7.7 #933

build(deps): bump axios from 1.7.2 to 1.7.7

build(deps): bump axios from 1.7.2 to 1.7.7 #933

Re-run triggered October 23, 2024 14:10
Status Failure
Total duration 4m 29s
Artifacts 2

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 2 warnings, and 1 notice
[chromium] › 02-login.spec.ts:3:1 › login: tests/02-login.spec.ts#L6
1) [chromium] › 02-login.spec.ts:3:1 › login ───────────────────────────────────────────────────── Error: expect(received).toBeTruthy() Received: "" 4 | const username = process.env['STEAM_USERNAME'] 5 | const password = process.env['STEAM_PASSWORD'] > 6 | expect(username).toBeTruthy() | ^ 7 | expect(password).toBeTruthy() 8 | 9 | await page.goto('/') at /home/runner/work/tf2pickup/tf2pickup/tests/02-login.spec.ts:6:20
[chromium] › 02-login.spec.ts:3:1 › login: tests/02-login.spec.ts#L6
1) [chromium] › 02-login.spec.ts:3:1 › login ───────────────────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeTruthy() Received: "" 4 | const username = process.env['STEAM_USERNAME'] 5 | const password = process.env['STEAM_PASSWORD'] > 6 | expect(username).toBeTruthy() | ^ 7 | expect(password).toBeTruthy() 8 | 9 | await page.goto('/') at /home/runner/work/tf2pickup/tf2pickup/tests/02-login.spec.ts:6:20
[chromium] › 02-login.spec.ts:3:1 › login: tests/02-login.spec.ts#L6
1) [chromium] › 02-login.spec.ts:3:1 › login ───────────────────────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeTruthy() Received: "" 4 | const username = process.env['STEAM_USERNAME'] 5 | const password = process.env['STEAM_PASSWORD'] > 6 | expect(username).toBeTruthy() | ^ 7 | expect(password).toBeTruthy() 8 | 9 | await page.goto('/') at /home/runner/work/tf2pickup/tf2pickup/tests/02-login.spec.ts:6:20
[chromium] › 10-queue/02-vote-for-map.spec.ts:8:1 › vote for map: tests/fixtures/auth-users.ts#L29
2) [chromium] › 10-queue/02-vote-for-map.spec.ts:8:1 › vote for map ────────────────────────────── Error: secretOrPrivateKey must have a value at fixtures/auth-users.ts:29 27 | steamIds.map(async steamId => { 28 | const context = await browser.newContext() > 29 | const token = jsonwebtoken.sign({ id: steamId }, process.env['AUTH_SECRET']!, { | ^ 30 | expiresIn: '7d', 31 | }) 32 | await context.addCookies([ at Object.sign (/home/runner/work/tf2pickup/tf2pickup/node_modules/.pnpm/[email protected]/node_modules/jsonwebtoken/sign.js:111:20) at /home/runner/work/tf2pickup/tf2pickup/tests/fixtures/auth-users.ts:29:36 at Object.pages (/home/runner/work/tf2pickup/tf2pickup/tests/fixtures/auth-users.ts:26:5)
[chromium] › 10-queue/02-vote-for-map.spec.ts:8:1 › vote for map: tests/fixtures/auth-users.ts#L29
2) [chromium] › 10-queue/02-vote-for-map.spec.ts:8:1 › vote for map ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: secretOrPrivateKey must have a value at fixtures/auth-users.ts:29 27 | steamIds.map(async steamId => { 28 | const context = await browser.newContext() > 29 | const token = jsonwebtoken.sign({ id: steamId }, process.env['AUTH_SECRET']!, { | ^ 30 | expiresIn: '7d', 31 | }) 32 | await context.addCookies([ at Object.sign (/home/runner/work/tf2pickup/tf2pickup/node_modules/.pnpm/[email protected]/node_modules/jsonwebtoken/sign.js:111:20) at /home/runner/work/tf2pickup/tf2pickup/tests/fixtures/auth-users.ts:29:36 at Object.pages (/home/runner/work/tf2pickup/tf2pickup/tests/fixtures/auth-users.ts:26:5)
[chromium] › 10-queue/02-vote-for-map.spec.ts:8:1 › vote for map: tests/fixtures/auth-users.ts#L29
2) [chromium] › 10-queue/02-vote-for-map.spec.ts:8:1 › vote for map ────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: secretOrPrivateKey must have a value at fixtures/auth-users.ts:29 27 | steamIds.map(async steamId => { 28 | const context = await browser.newContext() > 29 | const token = jsonwebtoken.sign({ id: steamId }, process.env['AUTH_SECRET']!, { | ^ 30 | expiresIn: '7d', 31 | }) 32 | await context.addCookies([ at Object.sign (/home/runner/work/tf2pickup/tf2pickup/node_modules/.pnpm/[email protected]/node_modules/jsonwebtoken/sign.js:111:20) at /home/runner/work/tf2pickup/tf2pickup/tests/fixtures/auth-users.ts:29:36 at Object.pages (/home/runner/work/tf2pickup/tf2pickup/tests/fixtures/auth-users.ts:26:5)
[chromium] › 10-queue/03-mark-as-friend.spec.ts:7:1 › mark as friend: tests/fixtures/auth-users.ts#L29
3) [chromium] › 10-queue/03-mark-as-friend.spec.ts:7:1 › mark as friend ────────────────────────── Error: secretOrPrivateKey must have a value at fixtures/auth-users.ts:29 27 | steamIds.map(async steamId => { 28 | const context = await browser.newContext() > 29 | const token = jsonwebtoken.sign({ id: steamId }, process.env['AUTH_SECRET']!, { | ^ 30 | expiresIn: '7d', 31 | }) 32 | await context.addCookies([ at Object.sign (/home/runner/work/tf2pickup/tf2pickup/node_modules/.pnpm/[email protected]/node_modules/jsonwebtoken/sign.js:111:20) at /home/runner/work/tf2pickup/tf2pickup/tests/fixtures/auth-users.ts:29:36 at Object.pages (/home/runner/work/tf2pickup/tf2pickup/tests/fixtures/auth-users.ts:26:5)
[chromium] › 10-queue/03-mark-as-friend.spec.ts:7:1 › mark as friend: tests/fixtures/auth-users.ts#L29
3) [chromium] › 10-queue/03-mark-as-friend.spec.ts:7:1 › mark as friend ────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: secretOrPrivateKey must have a value at fixtures/auth-users.ts:29 27 | steamIds.map(async steamId => { 28 | const context = await browser.newContext() > 29 | const token = jsonwebtoken.sign({ id: steamId }, process.env['AUTH_SECRET']!, { | ^ 30 | expiresIn: '7d', 31 | }) 32 | await context.addCookies([ at Object.sign (/home/runner/work/tf2pickup/tf2pickup/node_modules/.pnpm/[email protected]/node_modules/jsonwebtoken/sign.js:111:20) at /home/runner/work/tf2pickup/tf2pickup/tests/fixtures/auth-users.ts:29:36 at Object.pages (/home/runner/work/tf2pickup/tf2pickup/tests/fixtures/auth-users.ts:26:5)
[chromium] › 10-queue/03-mark-as-friend.spec.ts:7:1 › mark as friend: tests/fixtures/auth-users.ts#L29
3) [chromium] › 10-queue/03-mark-as-friend.spec.ts:7:1 › mark as friend ────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: secretOrPrivateKey must have a value at fixtures/auth-users.ts:29 27 | steamIds.map(async steamId => { 28 | const context = await browser.newContext() > 29 | const token = jsonwebtoken.sign({ id: steamId }, process.env['AUTH_SECRET']!, { | ^ 30 | expiresIn: '7d', 31 | }) 32 | await context.addCookies([ at Object.sign (/home/runner/work/tf2pickup/tf2pickup/node_modules/.pnpm/[email protected]/node_modules/jsonwebtoken/sign.js:111:20) at /home/runner/work/tf2pickup/tf2pickup/tests/fixtures/auth-users.ts:29:36 at Object.pages (/home/runner/work/tf2pickup/tf2pickup/tests/fixtures/auth-users.ts:26:5)
[chromium] › 10-queue/04-everybody-leaves.spec.ts:5:1 › everybody leaves: tests/fixtures/auth-users.ts#L29
4) [chromium] › 10-queue/04-everybody-leaves.spec.ts:5:1 › everybody leaves ────────────────────── Error: secretOrPrivateKey must have a value at fixtures/auth-users.ts:29 27 | steamIds.map(async steamId => { 28 | const context = await browser.newContext() > 29 | const token = jsonwebtoken.sign({ id: steamId }, process.env['AUTH_SECRET']!, { | ^ 30 | expiresIn: '7d', 31 | }) 32 | await context.addCookies([ at Object.sign (/home/runner/work/tf2pickup/tf2pickup/node_modules/.pnpm/[email protected]/node_modules/jsonwebtoken/sign.js:111:20) at /home/runner/work/tf2pickup/tf2pickup/tests/fixtures/auth-users.ts:29:36 at Object.pages (/home/runner/work/tf2pickup/tf2pickup/tests/fixtures/auth-users.ts:26:5)
unit
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
end to end
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🎭 Playwright Run Summary
28 failed [chromium] › 02-login.spec.ts:3:1 › login ────────────────────────────────────────────────────── [chromium] › 10-queue/02-vote-for-map.spec.ts:8:1 › vote for map ─────────────────────────────── [chromium] › 10-queue/03-mark-as-friend.spec.ts:7:1 › mark as friend ─────────────────────────── [chromium] › 10-queue/04-everybody-leaves.spec.ts:5:1 › everybody leaves ─────────────────────── [chromium] › 10-queue/05-late-for-ready-up.spec.ts:5:1 › player is late for ready up ─────────── [chromium] › 10-queue/06-queue-locked-when-active-game.spec.ts:6:1 › queue is locked for players that are involved in active game [chromium] › 10-queue/07-banned-players-get-kicked.spec.ts:7:1 › banned player gets kicked ───── [chromium] › 20-game/01-configure-game-server.spec.ts:7:1 › configure game server ────────────── [chromium] › 20-game/02-free-players.spec.ts:9:1 › free players when the game ends ───────────── [chromium] › 20-game/03-update-player-connection-status.spec.ts:6:1 › update player connection status [chromium] › 30-player-substitutes/01-substitute-self.spec.ts:5:1 › substitute self ──────────── [chromium] › 30-player-substitutes/02-substitute-other.spec.ts:5:1 › substitute other ────────── [chromium] › 90-admin/01-admin-panel.spec.ts:5:1 › admin panel is visible & accessible ───────── [chromium] › 90-admin/02-force-end-game.spec.ts:5:1 › force end game ─────────────────────────── [firefox] › 02-login.spec.ts:3:1 › login ─────────────────────────────────────────────────────── [firefox] › 10-queue/02-vote-for-map.spec.ts:8:1 › vote for map ──────────────────────────────── [firefox] › 10-queue/03-mark-as-friend.spec.ts:7:1 › mark as friend ──────────────────────────── [firefox] › 10-queue/04-everybody-leaves.spec.ts:5:1 › everybody leaves ──────────────────────── [firefox] › 10-queue/05-late-for-ready-up.spec.ts:5:1 › player is late for ready up ──────────── [firefox] › 10-queue/06-queue-locked-when-active-game.spec.ts:6:1 › queue is locked for players that are involved in active game [firefox] › 10-queue/07-banned-players-get-kicked.spec.ts:7:1 › banned player gets kicked ────── [firefox] › 20-game/01-configure-game-server.spec.ts:7:1 › configure game server ─────────────── [firefox] › 20-game/02-free-players.spec.ts:9:1 › free players when the game ends ────────────── [firefox] › 20-game/03-update-player-connection-status.spec.ts:6:1 › update player connection status [firefox] › 30-player-substitutes/01-substitute-self.spec.ts:5:1 › substitute self ───────────── [firefox] › 30-player-substitutes/02-substitute-other.spec.ts:5:1 › substitute other ─────────── [firefox] › 90-admin/01-admin-panel.spec.ts:5:1 › admin panel is visible & accessible ────────── [firefox] › 90-admin/02-force-end-game.spec.ts:5:1 › force end game ──────────────────────────── 11 passed (2.2m)

Artifacts

Produced during runtime
Name Size
playwright-report
744 KB