mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-25 15:56:19 -05:00
Test Cypress tests
This commit is contained in:
parent
b2e6db5a49
commit
54baf8a158
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -21,3 +21,8 @@ jobs:
|
|||
run: npm run lint:styles
|
||||
- name: Typecheck
|
||||
run: npm run typecheck
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action@v4
|
||||
with:
|
||||
build: npm run build
|
||||
start: npm start
|
||||
|
|
|
|||
|
|
@ -245,7 +245,6 @@ function Voting(data: Extract<PlusVotingLoaderData, { type: "voting" }>) {
|
|||
)}
|
||||
{currentUser ? (
|
||||
<div className="stack md items-center">
|
||||
{/* xxx: doesn't seem to work at all */}
|
||||
<Avatar
|
||||
discordAvatar={currentUser.user.discordAvatar}
|
||||
discordId={currentUser.user.discordId}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user