fix: mount /apps and docker socket in PR workflow build-and-deploy-ci job #41
@@ -201,7 +201,7 @@ test.describe('CSV Upload Player Deduplication', () => {
|
||||
// Check that the existing player was updated (not duplicated)
|
||||
const aggregatePlayers = await prisma.player.findMany({
|
||||
where: {
|
||||
name: 'Aggregate Test',
|
||||
name: `Aggregate Test ${ts}`,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user