Skip to content

Fix the button to allow player to view private games + remove legacy … #1239

Fix the button to allow player to view private games + remove legacy …

Fix the button to allow player to view private games + remove legacy … #1239

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.19.0
- name: Install modules
run: npm install
- name: Run tests
run: npm run test