Skip to content

(chores) refactoring about escape games #125

(chores) refactoring about escape games

(chores) refactoring about escape games #125

Workflow file for this run

name: Running tests workflow
on: [push]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
- run: npm ci
- run: npm run docs
- run: npm test