Skip to content

fix: prevent race condition on concurrent vote submissions #60

fix: prevent race condition on concurrent vote submissions

fix: prevent race condition on concurrent vote submissions #60

Workflow file for this run

name: API tests
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 21
- run: yarn install
- run: yarn test