fix: mount /apps and docker socket in PR workflow build-and-deploy-ci job #41

Merged
david merged 33 commits from fix/switch-to-npm-ci into main 2026-05-20 19:51:36 +00:00
Showing only changes of commit 29292e697b - Show all commits
+1 -1
View File
@@ -201,7 +201,7 @@ test.describe('CSV Upload Player Deduplication', () => {
// Check that the existing player was updated (not duplicated) // Check that the existing player was updated (not duplicated)
const aggregatePlayers = await prisma.player.findMany({ const aggregatePlayers = await prisma.player.findMany({
where: { where: {
name: 'Aggregate Test', name: `Aggregate Test ${ts}`,
}, },
}); });